diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-01-08 16:05:37 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-01-08 16:05:37 +0000 |
commit | e931950c5a26e823ac0a8c186617b9fa68e22843 (patch) | |
tree | daeb227f3c862529cd2d1a961e18399cbaf696f3 /man/bcfg2.1 | |
parent | 9b7cbe4cd79401d0ef37b67056963931e03df561 (diff) | |
download | bcfg2-e931950c5a26e823ac0a8c186617b9fa68e22843.tar.gz bcfg2-e931950c5a26e823ac0a8c186617b9fa68e22843.tar.bz2 bcfg2-e931950c5a26e823ac0a8c186617b9fa68e22843.zip |
Add client support for manual driver specification
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2627 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'man/bcfg2.1')
-rw-r--r-- | man/bcfg2.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/bcfg2.1 b/man/bcfg2.1 index 908052df3..b81973705 100644 --- a/man/bcfg2.1 +++ b/man/bcfg2.1 @@ -39,6 +39,10 @@ Run bcfg2 in quick mode. Package checksum verification won't be performed. This mode relaxes the constraints of correctness, and thus should only be used in safe conditions. .RE +.B "\-D <driver1>,<driver2>" +.RS +Specify a set of bcfg2 tool drivers. +.RE .B "\-I" .RS Run bcfg2 in interactive mode. The user will be prompted before each |