From 9da4b5c09ae49dce52ccde4b150ba2cedce15056 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 13 Feb 2010 13:01:18 +0100 Subject: Document --start-at --- feh.1 | 3 +++ src/options.c | 1 + 2 files changed, 4 insertions(+) diff --git a/feh.1 b/feh.1 index b10e2bd..b694ec5 100644 --- a/feh.1 +++ b/feh.1 @@ -120,6 +120,9 @@ filelist (such as deleting a file or it being pruned for being unloadable) will be saved to FILE when feh exits. You can add files to filelists by specifying them on the commandline when also specifying the list. .TP 5 +.B -|, --start-at POSITION +Start at POSITION in the filelist +.TP 5 .B -p, --preload Preload images. This doesn't mean hold them in RAM, it means run through them and eliminate unloadable images first. Otherwise they will be removed 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" -- cgit v1.2.3