Browse Source

Update usage()

Alois Mahdal 10 years ago
parent
commit
51855e9f62
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      bin/saturnin.skel

+ 2
- 1
bin/saturnin.skel View File

23
 
23
 
24
 usage() {
24
 usage() {
25
     usage_is "[-d|-v] command [args...]" \
25
     usage_is "[-d|-v] command [args...]" \
26
-             "help"
26
+             "help" \
27
+             "--version"
27
 }
28
 }
28
 
29
 
29
 print_help() {
30
 print_help() {