summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-21 16:23:57 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-21 16:41:04 +0100
commit540bd77ac2959471c0aa6f6f278e718aacad966b (patch)
treea4cd8698979938ef53b1507e3ad6f2694d1e5525
parent6c74c336affc212a348c3f8da6e1aa60a8a87913 (diff)
downloadfedora-packager-540bd77ac2959471c0aa6f6f278e718aacad966b.tar.gz
fedora-packager-540bd77ac2959471c0aa6f6f278e718aacad966b.tar.xz
fedora-packager-540bd77ac2959471c0aa6f6f278e718aacad966b.zip
Fix source code indentation
-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')