Skip to content

Commit a878a74

Browse files
committed
Fixes #501
1 parent f82caba commit a878a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uncompyle6/bin/uncompile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def usage():
3030
# __doc__ = """
3131
# Usage:
3232
# %s [OPTIONS]... [ FILE | DIR]...
33-
# %s [--help | -h | --V | --version]
33+
# %s [--help | --version]
3434

3535
# Examples:
3636
# %s foo.pyc bar.pyc # decompile foo.pyc, bar.pyc to stdout

0 commit comments

Comments
 (0)