diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-04-24 14:06:43 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-04-24 09:10:06 -0500 |
commit | 1e919f7a93cacb9da7014403d03447e731fd229b (patch) | |
tree | daaec0272225a97527568d436199cab4f6880832 /man/bcfg2.1 | |
parent | bfc6b2f6f2a562c1290331dc79a4be56769623d6 (diff) | |
download | bcfg2-1e919f7a93cacb9da7014403d03447e731fd229b.tar.gz bcfg2-1e919f7a93cacb9da7014403d03447e731fd229b.tar.bz2 bcfg2-1e919f7a93cacb9da7014403d03447e731fd229b.zip |
man: Patches from Arto Jantunen to fix escaped hyphens
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5838 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'man/bcfg2.1')
-rw-r--r-- | man/bcfg2.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/bcfg2.1 b/man/bcfg2.1 index 91e8c96ed..174f4d5a6 100644 --- a/man/bcfg2.1 +++ b/man/bcfg2.1 @@ -3,8 +3,8 @@ bcfg2 \- reconfigure machine based on settings in BCFG2 .SH SYNOPSIS .B bcfg2 -.I [-d] [-v] [-p] [-c cache file] [-e] [-f config file] [-I] [-q] [-b bundle] -[-r removal mode] +.I [\-d] [\-v] [\-p] [\-c cache file] [\-e] [\-f config file] [\-I] [\-q] [\-b bundle] +[\-r removal mode] .SH DESCRIPTION .TP .BR bcfg2 @@ -80,7 +80,7 @@ Daemonize the agent. .TP .BR "\-k" Run in bulletproof mode. This currently only affects behavior in the -debian toolset; it calls apt-get update and clean and dpkg --configure --pending. +debian toolset; it calls apt-get update and clean and dpkg \-\-configure \-\-pending. .TP .BR "\-l <whitelist|blacklist>" Run the client in the server decision list mode. This approach is needed |