summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Options.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Bcfg2/Options.py')
-rw-r--r--src/lib/Bcfg2/Options.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Options.py b/src/lib/Bcfg2/Options.py
index 6ac9cafb1..ff7c3ce70 100644
--- a/src/lib/Bcfg2/Options.py
+++ b/src/lib/Bcfg2/Options.py
@@ -585,7 +585,8 @@ CLIENT_PROFILE = \
Option('Assert the given profile for the host',
default=None,
cmd='-p',
- odesc='<profile>')
+ odesc='<profile>',
+ cf=('client', 'profile'))
CLIENT_RETRIES = \
Option('The number of times to retry network communication',
default='3',