From 739dca016a69e28b25d94725ff7d8353a644d47b Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 11 Oct 2010 14:05:32 -0500 Subject: Pull: Fix help message formatting Signed-off-by: Sol Jerome --- src/lib/Server/Admin/Pull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] " " ") __usage__ = ("bcfg2-admin pull [options] " "\n\n" -- cgit v1.2.3-1-g7c22