From a878a74a12909437bd992352d0f0e09cfef5dfb1 Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 27 Aug 2024 11:21:56 -0400 Subject: [PATCH] Fixes #501 --- uncompyle6/bin/uncompile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncompyle6/bin/uncompile.py b/uncompyle6/bin/uncompile.py index 5bc6bd403..c9710c39a 100755 --- a/uncompyle6/bin/uncompile.py +++ b/uncompyle6/bin/uncompile.py @@ -30,7 +30,7 @@ def usage(): # __doc__ = """ # Usage: # %s [OPTIONS]... [ FILE | DIR]... -# %s [--help | -h | --V | --version] +# %s [--help | --version] # Examples: # %s foo.pyc bar.pyc # decompile foo.pyc, bar.pyc to stdout