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

Loading…
Cancel
Save