summaryrefslogtreecommitdiffstats
path: root/src/sbin
diff options
context:
space:
mode:
authorHolger Weiß <holger@zedat.fu-berlin.de>2011-08-09 21:21:17 +0200
committerHolger Weiß <holger@zedat.fu-berlin.de>2011-08-09 21:21:17 +0200
commitb567471a5214475d048ba77c584645a7b8b9e571 (patch)
tree1aaf7f782faac38ed74a22f732bdc08cdb2887d8 /src/sbin
parent065e124af15232a98197181793714d7b403d2df0 (diff)
downloadbcfg2-b567471a5214475d048ba77c584645a7b8b9e571.tar.gz
bcfg2-b567471a5214475d048ba77c584645a7b8b9e571.tar.bz2
bcfg2-b567471a5214475d048ba77c584645a7b8b9e571.zip
Fix typo in "bcfg2-info buildbundle" usage output
Diffstat (limited to 'src/sbin')
-rwxr-xr-xsrc/sbin/bcfg2-info2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-info b/src/sbin/bcfg2-info
index 1a5859cc3..e5ae84378 100755
--- a/src/sbin/bcfg2-info
+++ b/src/sbin/bcfg2-info
@@ -296,7 +296,7 @@ class infoCore(cmd.Cmd, Bcfg2.Server.Core.Core):
client,
err))
else:
- print('Usage: buildfile filename hostname')
+ print('Usage: buildbundle filename hostname')
def do_bundles(self, _):
"""Print out group/bundle info."""