Skip to content

Commit

Permalink
Updating some help strings
Browse files Browse the repository at this point in the history
  • Loading branch information
dwysocki committed Apr 19, 2015
1 parent 7930b0c commit 97292f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/hidden_markov_music/alphabet.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(util/usage-descriptor
(->> ["Print the alphabet of the observation file."
""
"Usage: hidden-markov-music alphabet [<options>] <mode> <file>"]
"Usage: hidden-markov-music alphabet [<options>] <file>"]
(string/join \newline))))

(def cli-options
Expand Down
4 changes: 2 additions & 2 deletions src/hidden_markov_music/model/sample.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
(def usage
(util/usage-descriptor
(->> ["Takes a model from standard input and writes a sample observation"
"sequence to standard output."
"sequence to a file."
""
"Usage: hidden-markov-music model sample [<options>]"]
"Usage: hidden-markov-music model sample [<options>] <file>"]
(string/join \newline))))

(def cli-options
Expand Down

0 comments on commit 97292f1

Please sign in to comment.