diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-07-23 18:45:18 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-07-23 18:45:18 +0000 |
commit | de0ddbf1cb6594c225dfef948bf09ae2d7e4096f (patch) | |
tree | 0b4919c9c61f9693bf848b48d6bd7f3dd1c0640e /man/bcfg2-query.8 | |
parent | 3b97e9dcdefe4ad52b657844739d066cdbf41957 (diff) | |
download | bcfg2-de0ddbf1cb6594c225dfef948bf09ae2d7e4096f.tar.gz bcfg2-de0ddbf1cb6594c225dfef948bf09ae2d7e4096f.tar.bz2 bcfg2-de0ddbf1cb6594c225dfef948bf09ae2d7e4096f.zip |
Add bcfg2-query manpage
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3550 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'man/bcfg2-query.8')
-rw-r--r-- | man/bcfg2-query.8 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/man/bcfg2-query.8 b/man/bcfg2-query.8 new file mode 100644 index 000000000..cdcc0ede1 --- /dev/null +++ b/man/bcfg2-query.8 @@ -0,0 +1,38 @@ +.TH "bcfg2-query" 8 +.SH NAME +bcfg2-query \- Print client names by characteristic +.SH SYNOPSIS +.B bcfg2-query +.I [\-d] +.I [\-u] +.I [\-p profile] +.I [\-a] + +.SH DESCRIPTION +.PP +.B bcfg2-query +bcfg2-query produces streams of newline delimited client names based +on client characteristics. +.SH OPTIONS +.PP +.B "\-a" +.RS +Display all clients +.RE +.B "\-u" +.RS +Display all up clients +.RE +.B "\-d" +.RS +Display all down clients +.RE +.B "\-p <profile>" +.RS +Display all clients that are a part of the specified profile. +.RE +.SH "SEE ALSO" +.BR bcfg2(1), +.BR bcfg2-server(8) +.SH "BUGS" +None currently known |