diff --git a/src/quote.py b/src/quote.py index f7bb8b3..82f94bf 100644 --- a/src/quote.py +++ b/src/quote.py @@ -57,6 +57,8 @@ def print_usage(): print("Usage:") print("\t-a quote \t: Adds a quote to the quotes list") print("\t-h \t\t: Prints usage message") + print("\t-- : name of a file (excluding extension) in " + "the \"asciiArt\" directory to use for the ASCII image") def add_quote():