summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-27 16:51:34 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-27 16:51:34 +0100
commit1647027acdde0c71eda1b781723688f1a53c6076 (patch)
treee5be68187c49f650b205995da501c355cb2fa0a6 /bin
parent30019defd0a9a3b69f883e43b45ae686d8f0f891 (diff)
Add help/version switches
Diffstat (limited to 'bin')
-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");