diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2012-12-08 21:54:10 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2012-12-08 21:54:10 +0100 | 
| commit | cdf7b73a45a9463243d48d25e3fc55586263418c (patch) | |
| tree | 1a76c57b1dbd7502115c91e3afd3d4da79fda983 | |
| parent | a2280a5e8fbe4d53ce30ac3074c5e15b58e20151 (diff) | |
feh(1): Document save_image and save_filelist filename format (#112)
| -rw-r--r-- | man/feh.pre | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/man/feh.pre b/man/feh.pre index 701e399..81a5cd6 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -1060,7 +1060,8 @@ Toggle filename display  .  .It f Bq save_filelist  . -Save the current filelist to a unique filename +Save the current filelist as +.Qq feh_PID_ID_filelist  .  .It h Bq toggle_pause  . @@ -1102,7 +1103,8 @@ Reload current image.  Useful for webcams  .  .It s Bq save_image  . -Save the current image to a unique filename +Save the current image as +.Qq feh_PID_ID_FILENAME  .  .It v Bq toggle_fullscreen  . | 
