From 540bd77ac2959471c0aa6f6f278e718aacad966b Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 21 Mar 2011 16:23:57 +0100 Subject: Fix source code indentation --- src/fedpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit