Browse Source

Update mkhelp docstring

Alois Mahdal 9 years ago
parent
commit
49c75acc59
1 changed files with 1 additions and 10 deletions
  1. 1
    10
      src/include/pretty.sh

+ 1
- 10
src/include/pretty.sh View File

@@ -139,16 +139,7 @@ mkhelp() {
139 139
     #
140 140
     # Echo out help text
141 141
     #
142
-    #     mkhelp line...
143
-    #
144
-    # Each argument as a separate line.  This makes it easy to
145
-    # print out bigger amount of text and still keep your script
146
-    # relatively clean:
147
-    #
148
-    #     mkhelp  "line1" \
149
-    #             "line2" \
150
-    #             "line3" \
151
-    #             "line4"
142
+    #     mkhelp [-e STATUS] [-E] arg...
152 143
     #
153 144
     # By default, will exit with status *FFOO_EXIT_OK*, you
154 145
     # can use `-e STATUS` to specify other number.