aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.c b/options.c
index 38bc59e..bb608e5 100644
--- a/options.c
+++ b/options.c
@@ -50,6 +50,7 @@ void parse_options(int argc, char **argv) {
_options.geometry = NULL;
_options.quiet = 0;
+ _options.recursive = 0;
while ((opt = getopt(argc, argv, "dFfg:hpqsvZz:")) != -1) {
switch (opt) {