summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2010-10-11 14:05:32 -0500
committerSol Jerome <sol.jerome@gmail.com>2010-10-11 14:05:32 -0500
commit739dca016a69e28b25d94725ff7d8353a644d47b (patch)
treea01ce86c231e6ece325f53827e07bdea664bca19
parent63d65327f8fe90f8f2f9e8d62a7a775dacb87175 (diff)
downloadbcfg2-739dca016a69e28b25d94725ff7d8353a644d47b.tar.gz
bcfg2-739dca016a69e28b25d94725ff7d8353a644d47b.tar.bz2
bcfg2-739dca016a69e28b25d94725ff7d8353a644d47b.zip
Pull: Fix help message formatting
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r--src/lib/Server/Admin/Pull.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Admin/Pull.py b/src/lib/Server/Admin/Pull.py
index 71a7b496a..aa732c67f 100644
--- a/src/lib/Server/Admin/Pull.py
+++ b/src/lib/Server/Admin/Pull.py
@@ -8,7 +8,7 @@ class Pull(Bcfg2.Server.Admin.MetadataCore):
"""
__shorthelp__ = ("Integrate configuration information "
"from clients into the server repository")
- __longhelp__ = (__shorthelp__ + "\n\nbcfg2-admin pull [-v] [-f][-I] [-s]"
+ __longhelp__ = (__shorthelp__ + "\n\nbcfg2-admin pull [-v] [-f][-I] [-s] "
"<client> <entry type> <entry name>")
__usage__ = ("bcfg2-admin pull [options] <client> <entry type> "
"<entry name>\n\n"