summaryrefslogtreecommitdiff
path: root/bin/dthumb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dthumb')
-rwxr-xr-xbin/dthumb3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/dthumb b/bin/dthumb
index 38e330e..8c96670 100755
--- a/bin/dthumb
+++ b/bin/dthumb
@@ -13,11 +13,12 @@ my $opt = {};
GetOptions(
$opt,
qw{
+ help|h
size|d=i
spacing|s=f
no-names|n
quality|q=i
- archive|x
+ version|v
},
) or die("Please see perldoc -F $0\n");