Skip to content

Commit

Permalink
update help doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
montaguethomas committed Jun 14, 2024
1 parent f3b49c2 commit ddde80c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ def _argparse():
parser.add_argument(
"slackmoji_files",
nargs="+",
help=("Paths to slackmoji, e.g. if you "
"unzipped http://cultofthepartyparrot.com/parrots.zip "
"in your home dir, then use ~/parrots/*"),
help=("Paths to slackmojis, e.g. if you "
"unzipped http://cultofthepartyparrot.com "
"in your home dir, then use ~/parrots or ~/parrots/wave*"),
)
args = parser.parse_args()
if not args.team_name:
Expand Down

0 comments on commit ddde80c

Please sign in to comment.