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 6c53b50..ecfbbf8 100755
--- a/src/fedpkg.py
+++ b/src/fedpkg.py
@@ -1064,7 +1064,7 @@ packages will be built sequentially.
# Pull stuff
parser_pull = subparsers.add_parser('pull',
- help = 'Pull changes from remote repository')
+ help = 'Pull changes from remote repository and update working copy')
parser_pull.set_defaults(command = pull)