update help

This commit is contained in:
arzzen 2016-04-12 18:04:12 +02:00
commit 7c8dbbfa71

10
pert
View file

@ -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
esac