update help
This commit is contained in:
parent
8c045b0fb4
commit
7c8dbbfa71
1 changed files with 5 additions and 5 deletions
10
pert
10
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 "Comma separated task list in the form \"1,2,12 4,5,9 2,3,6\", where whitespace separates tasks."
|
||||||
_echo ""
|
_echo ""
|
||||||
_echoB "Usage:"
|
_echoB "Usage:"
|
||||||
_echo "\tpert.sh [optimistic,realistic,pessimistic]"
|
_echo "\tpert [optimistic,realistic,pessimistic]"
|
||||||
_echo ""
|
_echo ""
|
||||||
_echoB "Example:"
|
_echoB "Example:"
|
||||||
_echo "\tpert.sh 1,3,4"
|
_echo "\tpert 1,3,4"
|
||||||
_echo "\tpert.sh 10,15,20 5,7,10"
|
_echo "\tpert 10,15,20 5,7,10"
|
||||||
_echo "\tpert.sh \"1,2,3\" \"15,17,20\""
|
_echo "\tpert \"1,2,3\" \"15,17,20\""
|
||||||
_echo ""
|
_echo ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -154,4 +154,4 @@ case "$1" in
|
||||||
pert_table $@
|
pert_table $@
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue