commit f8e0e5d16dc964f12ec9511736838ce609be1370
parent f6adb228fdce67632b450f391c0f510cfc948d98
Author: René Wagner <rwa@clttr.info>
Date: Sun, 6 Nov 2022 17:57:15 +0100
fix afm help indention
Diffstat:
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: René Wagner < rwagner at rw-net dot de >
pkgname=photo-helpers
-pkgver=20201015
+pkgver=20221106
pkgrel=1
pkgdesc='simple photo workflow helper scripts'
arch=('x86_64' 'aarch64' 'i686')
diff --git a/afm b/afm
@@ -152,17 +152,17 @@ sub main::HELP_MESSAGE
say 'usage: afm [options] <target folder>';
say '';
say 'options:';
- say ' -l : list-only mode - does not move files but only lists which files would be moved';
- say ' -f <exp> : filter files by regex - only raw files that match the PCRE are processed';
+ say ' -l : list-only mode - does not move files but only lists which files would be moved';
+ say ' -f <exp> : filter files by regex - only raw files that match the PCRE are processed';
say ' needs to be quoted';
- say ' -R <raw> : override the raw extensions, defaults to "DNG"';
+ 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 ' -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 ' -E <ext> : override the converted file extenion (case-insensitive), defaults to "jp(e)g"';
say ' Perl-compatible regular expressions allowed';
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 ' -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';
+ say ' --help : show this help';
}