diff options
| author | Eli the Bearded <github@eli.users.panix.com> | 2023-06-25 17:27:05 -0700 | 
|---|---|---|
| committer | Birte Friesel <derf@chaosdorf.de> | 2023-07-30 10:44:59 +0200 | 
| commit | 775135336008ef48308d496b1ef1c06fdd58ed9e (patch) | |
| tree | 73668f99680719983b27277baee8f9de4eddbd10 | |
| parent | 1197dafc110fb0a2e322b977d2dced15456bf7df (diff) | |
document new name of `--cycle-once`
| -rw-r--r-- | man/feh.pre | 5 | ||||
| -rw-r--r-- | src/help.raw | 2 | 
2 files changed, 5 insertions, 2 deletions
| diff --git a/man/feh.pre b/man/feh.pre index 6b545f5..e8fe87d 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -664,7 +664,10 @@ and next image.  .Cm quit  will cause  .Nm -to quit when trying to advance past the last image in the slide show. +to quit when trying to advance past the last image in the slide show. This is +the behavior of the obsolete +.Cm --cycle-once +option.  .  .Pp  . diff --git a/src/help.raw b/src/help.raw index 38b588b..e218e78 100644 --- a/src/help.raw +++ b/src/help.raw @@ -41,7 +41,7 @@ OPTIONS       --auto-rotate         Rotate images according to Exif info (if compiled with exif=1)   -^, --title TITLE         Set window title (see FORMAT SPECIFIERS)   -D, --slideshow-delay NUM Set delay between automatically changing slides -     --on-last-slide quit  Exit after one loop through the slide show +     --on-last-slide quit  Exit after one loop through the slide show (old --cycle-once)       --on-last-slide hold  Stop at both ends of the filelist   -R, --reload NUM          Reload images after NUM seconds   -k, --keep-http           Keep local copies when viewing HTTP/FTP files | 
