diff options
author | Robert Gogolok <gogo@cs.uni-sb.de> | 2007-12-26 00:03:34 +0000 |
---|---|---|
committer | Robert Gogolok <gogo@cs.uni-sb.de> | 2007-12-26 00:03:34 +0000 |
commit | eec4aa89b3a1713125d0117f7b15fb2a1ce78265 (patch) | |
tree | 31ea59ee23dea38dd48a21da72cde3dbc4b1a1e7 | |
parent | e909ffb72dd931d40df78603cb425c749e56064d (diff) | |
download | bcfg2-eec4aa89b3a1713125d0117f7b15fb2a1ce78265.tar.gz bcfg2-eec4aa89b3a1713125d0117f7b15fb2a1ce78265.tar.bz2 bcfg2-eec4aa89b3a1713125d0117f7b15fb2a1ce78265.zip |
man bcfg2-info: add option -h
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4112 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | man/bcfg2-info.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/bcfg2-info.8 b/man/bcfg2-info.8 index 2bd20e338..dd14a908b 100644 --- a/man/bcfg2-info.8 +++ b/man/bcfg2-info.8 @@ -3,7 +3,7 @@ bcfg2-info \- Creates a local version of the bcfg2 server core for state observation .SH SYNOPSIS -.B bcfg2-info [-C <config file>] +.B bcfg2-info [-C <config file>] [-h] .SH DESCRIPTION .PP .B bcfg2-info @@ -16,6 +16,11 @@ debugging purposes. Specify an alternative location for bcfg2.conf. (Default /etc/bcfg2.conf) .RE +.B "\-h +.RS +Give a bit of help about the command line arguments and +options. After this bcfg2-info exits. +.RE .SH "SEE ALSO" .BR bcfg2(1), .BR bcfg2-server(8) |