aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrenrot8
1 files changed, 4 insertions, 4 deletions
diff --git a/renrot b/renrot
index 5089f75..2e51146 100755
--- a/renrot
+++ b/renrot
@@ -1549,7 +1549,7 @@ sub usage {
my $exitcode = shift;
- my $verbose = shift;
+ my $v = shift;
- if ($verbose == 0) {
+ if ($v == 0) {
infomsg ("RenRot version $VERSION (r$REVISION)\n");
- } elsif ($verbose == 1) {
+ } elsif ($v == 1) {
infomsg (
@@ -1588,3 +1588,3 @@ Consult the documentation for a full list of options.
");
- } elsif ($verbose == 2) {
+ } elsif ($v == 2) {
pod2usage(-verbose => 2);

Return to:

Send suggestions and report system problems to the System administrator.