diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-13 13:01:18 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-13 13:01:18 +0100 |
commit | 9da4b5c09ae49dce52ccde4b150ba2cedce15056 (patch) | |
tree | f836cf8d7374e252811b34b809fb37f3108adfd0 /src | |
parent | 9f6b5c19e7bb7b9fb039ff673cdaf0c88566929f (diff) |
Document --start-at
Diffstat (limited to 'src')
-rw-r--r-- | src/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c index 2ce5984..58f1e5c 100644 --- a/src/options.c +++ b/src/options.c @@ -887,6 +887,7 @@ show_usage(void) " unloadable) will be saved to FILE when feh exits.\n" " You can add files to filelists by specifying them\n" " on the commandline when also specifying the list.\n" +" -|, --start-at POSITION Start at POSITION in the filelist\n" " -p, --preload Preload images. This doesn't mean hold them in\n" " RAM, it means run through and eliminate unloadable\n" " images first. Otherwise they will be removed as you\n" |