Browse Source

Wrote about the help message

Samuel W. Flint 7 years ago
parent
commit
a66cca7615
1 changed files with 4 additions and 1 deletions
  1. 4 1
      library.org

+ 4 - 1
library.org

@@ -445,12 +445,15 @@ This handles git as needed, by first checking to see if the first argument is ~i
   }
 #+END_SRC
 
-* WORKING Help Message
+* DONE Help Message
+CLOSED: [2016-11-06 Sun 11:25]
 :PROPERTIES:
 :CREATED:  <2016-04-13 Wed 22:04>
 :ID:       3d90ee25-d8af-4590-b6bc-80e0430299f2
 :END:
 
+To complete this program, I include a help message, a small part of which is displayed if there are no arguments passed.
+
 #+Caption: Help Message
 #+Name: help-message
 #+BEGIN_SRC sh