Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Jan 19, 2024
1 parent d536f67 commit 8859db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
def main():

if (len(sys.argv) <= 1):
print("Please specify a command.")
print("No command provided. Please specify a command (e.g. 'demo').")
return

command = sys.argv[1]
Expand Down

0 comments on commit 8859db0

Please sign in to comment.