Browse Source

update help

arzzen 8 years ago
parent
commit
7c8dbbfa71
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      pert

+ 5
- 5
pert View File

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

Loading…
Cancel
Save