diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-05-04 16:23:41 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-05-04 12:38:01 -0500 |
commit | b5b3684b3050215c05bad7f7d225e8ed82176a35 (patch) | |
tree | 4f893649e6a243f1d8a8b869aa3d99985e2d9395 /src | |
parent | 154459887d26029fe7aab0f0a681805ea2ef2a6a (diff) | |
download | bcfg2-b5b3684b3050215c05bad7f7d225e8ed82176a35.tar.gz bcfg2-b5b3684b3050215c05bad7f7d225e8ed82176a35.tar.bz2 bcfg2-b5b3684b3050215c05bad7f7d225e8ed82176a35.zip |
bcfg2-info: Add patch from Fabian Affolter
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5853 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rwxr-xr-x | src/sbin/bcfg2-info | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sbin/bcfg2-info b/src/sbin/bcfg2-info index 20f942e59..00d07d0c8 100755 --- a/src/sbin/bcfg2-info +++ b/src/sbin/bcfg2-info @@ -157,10 +157,10 @@ Usage: [quit|exit]""" print 'event_debug - display filesystem events as they are processed' print 'generators - list current versions of generators' print 'groups - list groups' - print 'help - print this text' - print 'mappings <type*> <name*>- print generator mappings for optional type and name' + print 'help - print this list of available commands' + print 'mappings <type*> <name*> - print generator mappings for optional type and name' print 'profile <command> <args> - profile a single bcfg2-info command' - print 'quit' + print 'quit - Exit the bcfg2-info command line' print 'showentries <hostname> <type> - show abstract configuration entries for a given host' print 'showclient <client1> <client2> - show metadata for given hosts' print 'update - process pending file events' |