diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-07-23 18:47:04 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-07-23 18:47:04 +0000 |
commit | 31f6577cabe54e6e2a5c733572bfe75a0e5eff39 (patch) | |
tree | 987f56f0afdc7e37a88fabcad05947bbaac69c85 /src | |
parent | de0ddbf1cb6594c225dfef948bf09ae2d7e4096f (diff) | |
download | bcfg2-31f6577cabe54e6e2a5c733572bfe75a0e5eff39.tar.gz bcfg2-31f6577cabe54e6e2a5c733572bfe75a0e5eff39.tar.bz2 bcfg2-31f6577cabe54e6e2a5c733572bfe75a0e5eff39.zip |
documentation string update
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3551 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-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) |