]> mj.ucw.cz Git - bex.git/blobdiff - bex
Fixed alias for "bex prun"
[bex.git] / bex
diff --git a/bex b/bex
index 1eccca3da4a13b3e04b6dae9a1149ef7175ce999..592fb24c1703bfdcec44326eca67112b1aabd172 100755 (executable)
--- a/bex
+++ b/bex
@@ -36,7 +36,7 @@ GetOptions(
        "lib=s" => \$bex_lib,
        "help" => \&show_help,
        "version" => sub {
-                       print "BEX 3.0 (c) 2011-2012 Martin Mares <mj\@ucw.cz>\n";
+                       print "BEX 3.3 (c) 2011-2015 Martin Mares <mj\@ucw.cz>\n";
                },
 ) or die "Try `bex help' for more information.\n";
 Getopt::Long::Configure('default');
@@ -60,7 +60,7 @@ if ($sub eq 'help') { show_help(); }
 my %aliases = (
        'a' => 'add',
        'j' => 'job',
-       'p' => 'prun',
+       'pr' => 'prun',
        'q' => 'queue',
        'r' => 'run',
 );