Changed an example to a more realistic example

cleanup
m455 2020-06-21 12:12:22 -04:00
parent 9b5e71bcdf
commit ba3e58622b
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@
(format " ~a - Removes an item from your list." rm-command)
""
"Examples:"
(format " ~a ~a \"Go for a walk\"" program-name add-command)
(format " ~a ~a \"You are beautiful\"" program-name add-command)
(format " ~a ~a" program-name ls-command)
(format " ~a ~a 2" program-name rm-command)))