summaryrefslogtreecommitdiffstats
path: root/man/bcfg2-info.8
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-05-09 15:05:07 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-05-09 15:05:07 +0000
commit8adfe17bdd50d32f19ebadefa7c1f26553590b46 (patch)
treeed42d7e05d28a6b990e9dacbe5619499992dea60 /man/bcfg2-info.8
parentdb97e7cbfa898cf58e6e67def6e4921b114004e0 (diff)
downloadbcfg2-8adfe17bdd50d32f19ebadefa7c1f26553590b46.tar.gz
bcfg2-8adfe17bdd50d32f19ebadefa7c1f26553590b46.tar.bz2
bcfg2-8adfe17bdd50d32f19ebadefa7c1f26553590b46.zip
Fix bcfg2-info option to use -C (instead of -c) for config file location, corresponding with other tools (and library code) (resolves ticket #438)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3111 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'man/bcfg2-info.8')
-rw-r--r--man/bcfg2-info.84
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bcfg2-info.8 b/man/bcfg2-info.8
index f500bfa00..2bd20e338 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>]
.SH DESCRIPTION
.PP
.B bcfg2-info
@@ -11,7 +11,7 @@ Instantiate an instance of the Bcfg2 core for data examination and
debugging purposes.
.SH OPTIONS
.PP
-.B "\-c <config file>"
+.B "\-C <config file>"
.RS
Specify an alternative location for bcfg2.conf. (Default
/etc/bcfg2.conf)