commit 799f2f6773bd664ad4a4f593af617dc51e11e37e
parent 685e4542695d91c5930df657da01799a627a5f73
Author: René Wagner <rwagner@rw-net.de>
Date: Sat, 31 Oct 2020 19:39:10 +0100
fix help of afm.pl
Diffstat:
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/afm.pl b/afm.pl
@@ -145,10 +145,14 @@ sub main::HELP_MESSAGE
say '';
say 'options:';
say ' -l : list-only mode - does not move files but only lists which files would be moved';
- say ' -r <raw> : override the raw extensions, defaults to "DNG"';
- say ' -f <folder> : override the folder for converted files, defaults to "JPEG"';
- say ' -e <ext> : override the converted file extenion (case-insensitive), defaults to "jp(e)g"';
+ say ' -R <raw> : override the raw extensions, defaults to "DNG"';
+ say ' This option is automatically saved in the user config and can be omitted on the next run';
+ say ' -F <folder> : override the folder for converted files, defaults to "JPEG"';
+ say ' This option is automatically saved in the user config and can be omitted on the next run';
+ say ' -E <ext> : override the converted file extenion (case-insensitive), defaults to "jp(e)g"';
say ' Perl-compatible regular expressions allowed';
- say ' -s : safe current options (-r, -f, -e only) to user profile. If present the saved values are applied automatically.';
+ say ' This option is automatically saved in the user config and can be omitted on the next run';
+ say ' -C <folder> : copy the converted (output) files (ie jpegs) to an additional directory';
+ say ' This option is automatically saved in the user config and can be omitted on the next run';
say ' --help : show this help';
}