Skip to content

Commit

Permalink
Add keywords to help message for clear (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
beckyjackson authored Jul 5, 2021
1 parent b538077 commit dffc43e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cogs/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ def main():
usage="cogs clear KEYWORD [SHEET ...]",
)
sp.set_defaults(func=run_clear)
sp.add_argument("keyword", help="Specify what to clear from the sheet(s)")
sp.add_argument(
"keyword", help="Specify what to clear from the sheet(s): format, notes, validation, all"
)
sp.add_argument("sheets", nargs="*", help="Titles of sheets to clear from", default=[])

# ------------------------------- connect -------------------------------
Expand Down

0 comments on commit dffc43e

Please sign in to comment.