diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-01-13 18:04:24 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-01-13 18:04:24 +0000 |
commit | 482d4c952bca5e466b92354e42f478ff8295241f (patch) | |
tree | 21222f26493b2a6639443c1c75d60ffe59d1a881 /src/lib/Server/Admin/Pull.py | |
parent | b8969cc472d95061d89f3b2f9df11b39798f4b77 (diff) | |
download | bcfg2-482d4c952bca5e466b92354e42f478ff8295241f.tar.gz bcfg2-482d4c952bca5e466b92354e42f478ff8295241f.tar.bz2 bcfg2-482d4c952bca5e466b92354e42f478ff8295241f.zip |
Update bcfg2-admin query to use new Core interface
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5020 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Admin/Pull.py')
-rw-r--r-- | src/lib/Server/Admin/Pull.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Admin/Pull.py b/src/lib/Server/Admin/Pull.py index a8113f233..51672c912 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]" + __longhelp__ = (__shorthelp__ + "\n\nbcfg2-admin pull [-v] [-f][-I] " "<client> <entry type> <entry name>") __usage__ = ("bcfg2-admin pull [options] <client> <entry type> " "<entry name>\n\n" |