From: Martin Mares Date: Mon, 4 Nov 2019 11:32:32 +0000 (+0100) Subject: Fixed alias for "bex prun" X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=95043fc65f4ce0cf34d1773cc3e3b90016f05840;p=bex.git Fixed alias for "bex prun" --- diff --git a/bex b/bex index e48d5d5..592fb24 100755 --- a/bex +++ b/bex @@ -60,7 +60,7 @@ if ($sub eq 'help') { show_help(); } my %aliases = ( 'a' => 'add', 'j' => 'job', - 'p' => 'prun', + 'pr' => 'prun', 'q' => 'queue', 'r' => 'run', );