summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2010-09-20 13:54:52 -0700
committerJesse Keating <jkeating@redhat.com>2010-09-20 13:54:52 -0700
commit53146ca4838576cb7383f2218d8ad3c51d9c564d (patch)
treee08a063fb4ac84bbc74298dba28d0d5a638fca35
parenta84e02917af598b0cc050694809dd351913ddd73 (diff)
downloadfedora-packager-53146ca4838576cb7383f2218d8ad3c51d9c564d.tar.gz
fedora-packager-53146ca4838576cb7383f2218d8ad3c51d9c564d.tar.xz
fedora-packager-53146ca4838576cb7383f2218d8ad3c51d9c564d.zip
expand on pull help output
-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)