diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-04-16 20:05:09 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-04-16 20:05:09 +0200 |
commit | 02420aefa5bcdd6cc58c67d736e5ebe34b1f1b4f (patch) | |
tree | 0eead12952c92998caaeda66c5cf71bed2298331 | |
parent | 194755b8e75cfebe309dbf8a151b8fe9bbdaca2f (diff) |
help: Add --no-recursive
-rw-r--r-- | src/help.raw | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/help.raw b/src/help.raw index f797a0a..03c8348 100644 --- a/src/help.raw +++ b/src/help.raw @@ -11,7 +11,9 @@ OPTIONS -q, --quiet Hide non-fatal errors. May be used with --verbose -T, --theme THEME Load options with name THEME -r, --recursive Recursively expand any directories in FILE to - the content of those directories. (Take it easy) + the content of those directories + --no-recursive Do not recursively expand directories + (this is the default) -z, --randomize Randomize the filelist --no-jump-on-resort Don't jump to the first image when the filelist is resorted |