oops, overloaded -y

Tue, 07 Mar 2017 15:41:19 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 07 Mar 2017 15:41:19 -0500
changeset 529
99f120bc1ad9
parent 528
ed01b5ca7b58
child 530
64270d166434

oops, overloaded -y

bin/archive-dir file | annotate | diff | comparison | revisions
--- a/bin/archive-dir
+++ b/bin/archive-dir
@@ -20,7 +20,7 @@ sub main {
     ],
     ['age|a=i' => "minimum age in days for archival", {default => 60}],
     ['files|f' => "operate on plain files only"],
-    ['yes|y'   => "actually move stuff"],
+    ['yes|Y'   => "actually move stuff"],
     ['help|h'  => "print usage message and exit", {shortcircuit => 1}],
   );
   print($usage->text), exit if $opt->help || !@ARGV;

mercurial