From 53146ca4838576cb7383f2218d8ad3c51d9c564d Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 20 Sep 2010 13:54:52 -0700 Subject: expand on pull help output --- src/fedpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit