diff options
-rwxr-xr-x | src/sbin/bcfg2-query | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sbin/bcfg2-query b/src/sbin/bcfg2-query index a446ab60c..9880035d5 100755 --- a/src/sbin/bcfg2-query +++ b/src/sbin/bcfg2-query @@ -14,6 +14,7 @@ if len(sys.argv) < 2: print "\t -d\t\t shows the clients that are currently down" print "\t -u\t\t shows the clients that are currently up" print "\t -p <profile name>\t shows all the clients of that profile" + print "\t -a\t shows all clients" sys.exit(1) xml = lxml.etree.parse('%s/Metadata/clients.xml'%prefix) |