summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/fedpkg.py')
-rwxr-xr-xsrc/fedpkg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fedpkg.py b/src/fedpkg.py
index ce99eea..475b538 100755
--- a/src/fedpkg.py
+++ b/src/fedpkg.py
@@ -882,7 +882,7 @@ def parse_cmdline(generate_manpage = False):
help = "Override the username found in the fedora cert")
# Let the user define which path to look at instead of pwd
parser.add_argument('--path', default = None,
- help='Directory to interact with instead of current dir')
+ help='Directory to interact with instead of current dir')
# Verbosity
parser.add_argument('-v', action = 'store_true',
help = 'Run with verbose debug output')