From 7c8dbbfa7182d8cda458b3d8f29342e851b205d6 Mon Sep 17 00:00:00 2001 From: arzzen Date: Tue, 12 Apr 2016 18:04:12 +0200 Subject: [PATCH] update help --- pert | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pert b/pert index a90c9cd..daa1acc 100755 --- a/pert +++ b/pert @@ -19,12 +19,12 @@ function _help _echo "Comma separated task list in the form \"1,2,12 4,5,9 2,3,6\", where whitespace separates tasks." _echo "" _echoB "Usage:" - _echo "\tpert.sh [optimistic,realistic,pessimistic]" + _echo "\tpert [optimistic,realistic,pessimistic]" _echo "" _echoB "Example:" - _echo "\tpert.sh 1,3,4" - _echo "\tpert.sh 10,15,20 5,7,10" - _echo "\tpert.sh \"1,2,3\" \"15,17,20\"" + _echo "\tpert 1,3,4" + _echo "\tpert 10,15,20 5,7,10" + _echo "\tpert \"1,2,3\" \"15,17,20\"" _echo "" } @@ -154,4 +154,4 @@ case "$1" in pert_table $@ exit 0 ;; -esac \ No newline at end of file +esac