|
@@ -19,12 +19,12 @@ function _help
|
19
|
19
|
_echo "Comma separated task list in the form \"1,2,12 4,5,9 2,3,6\", where whitespace separates tasks."
|
20
|
20
|
_echo ""
|
21
|
21
|
_echoB "Usage:"
|
22
|
|
- _echo "\tpert.sh [optimistic,realistic,pessimistic]"
|
|
22
|
+ _echo "\tpert [optimistic,realistic,pessimistic]"
|
23
|
23
|
_echo ""
|
24
|
24
|
_echoB "Example:"
|
25
|
|
- _echo "\tpert.sh 1,3,4"
|
26
|
|
- _echo "\tpert.sh 10,15,20 5,7,10"
|
27
|
|
- _echo "\tpert.sh \"1,2,3\" \"15,17,20\""
|
|
25
|
+ _echo "\tpert 1,3,4"
|
|
26
|
+ _echo "\tpert 10,15,20 5,7,10"
|
|
27
|
+ _echo "\tpert \"1,2,3\" \"15,17,20\""
|
28
|
28
|
_echo ""
|
29
|
29
|
}
|
30
|
30
|
|
|
@@ -154,4 +154,4 @@ case "$1" in
|
154
|
154
|
pert_table $@
|
155
|
155
|
exit 0
|
156
|
156
|
;;
|
157
|
|
-esac
|
|
157
|
+esac
|