Browse Source

Add undocumented command line flag to usage message

pull/45/head
Joey Territo 2 years ago
parent
commit
400e59beae
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/quote.py

+ 2
- 0
src/quote.py View File

@ -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--<ASCII image to use> : name of a file (excluding extension) in "
"the \"asciiArt\" directory to use for the ASCII image")
def add_quote():

Loading…
Cancel
Save