From 400e59beae39abe9e38495567096aacef8e04875 Mon Sep 17 00:00:00 2001 From: Joey Territo Date: Sun, 30 Jan 2022 11:36:27 -0500 Subject: [PATCH] Add undocumented command line flag to usage message --- src/quote.py | 2 ++ 1 file changed, 2 insertions(+) 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():