aboutsummaryrefslogtreecommitdiff
path: root/renrot
diff options
context:
space:
mode:
Diffstat (limited to 'renrot')
-rwxr-xr-xrenrot8
1 files changed, 4 insertions, 4 deletions
diff --git a/renrot b/renrot
index 5089f75..2e51146 100755
--- a/renrot
+++ b/renrot
@@ -1547,11 +1547,11 @@ sub rotateThumbnail {
1547# 1547#
1548sub usage { 1548sub usage {
1549 my $exitcode = shift; 1549 my $exitcode = shift;
1550 my $verbose = shift; 1550 my $v = shift;
1551 1551
1552 if ($verbose == 0) { 1552 if ($v == 0) {
1553 infomsg ("RenRot version $VERSION (r$REVISION)\n"); 1553 infomsg ("RenRot version $VERSION (r$REVISION)\n");
1554 } elsif ($verbose == 1) { 1554 } elsif ($v == 1) {
1555 infomsg ( 1555 infomsg (
1556"Usage: renrot <--extension EXTENSION> [--quiet] [--no-rotate] [--no-rename] 1556"Usage: renrot <--extension EXTENSION> [--quiet] [--no-rotate] [--no-rename]
1557 [--name-template TPL] [--comment-file FILE] [--work-directory DIR] 1557 [--name-template TPL] [--comment-file FILE] [--work-directory DIR]
@@ -1586,7 +1586,7 @@ or '--no-mtime' disables setting it.
1586Consult the documentation for a full list of options. 1586Consult the documentation for a full list of options.
1587 1587
1588"); 1588");
1589 } elsif ($verbose == 2) { 1589 } elsif ($v == 2) {
1590 pod2usage(-verbose => 2); 1590 pod2usage(-verbose => 2);
1591 } 1591 }
1592 exit $exitcode; 1592 exit $exitcode;

Return to:

Send suggestions and report system problems to the System administrator.