diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-04-03 18:50:54 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-04-03 18:50:54 +0200 |
commit | 79e0f0b7381b0a48207558783888aa857be92433 (patch) | |
tree | 5956f3163176d304456ecc4ea56ebe5b3e381deb /man/feh.pre | |
parent | b1ff2bc056ebc6bd8d8454aa0b73bcf5fe97006b (diff) |
feh(1): --start-at: add hint about absolute/relative path limitations
Diffstat (limited to 'man/feh.pre')
-rw-r--r-- | man/feh.pre | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/man/feh.pre b/man/feh.pre index a9f9894..e95ece5 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -571,7 +571,18 @@ first, reverse the filelist with --reverse. . Start the filelist at .Ar filename . -See +. +Note that at the moment, +.Ar filename +must match an +.Pq expanded +path in the filelist. So, if the file to be matched is passed via an absolute +path in the filelist, +.Ar filename +must be an absolute path. If the file is passed via a relative path, +.Ar filename +must be an identical relative path. This is a known issue. +See also .Sx USAGE EXAMPLES . . .It Cm -T , --theme Ar theme |