From e931950c5a26e823ac0a8c186617b9fa68e22843 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 8 Jan 2007 16:05:37 +0000 Subject: 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 --- src/sbin/bcfg2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sbin') diff --git a/src/sbin/bcfg2 b/src/sbin/bcfg2 index 6920e0a9b..811be2847 100755 --- a/src/sbin/bcfg2 +++ b/src/sbin/bcfg2 @@ -31,6 +31,8 @@ class Client: False, False, False, True), 'debug':(('-d', False, "enable debugging output"), False, False, False, True), + 'drivers':(('-D', ',', "Specify tool driver set"), + False, False, False, False), 'dryrun':(('-n', False, "do not actually change the system"), False, False, False, True), 'build': (('-B', False, "run in build mode"), -- cgit v1.2.3-1-g7c22