diff options
Diffstat (limited to 'src/sbin/bcfg2-info')
-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' |