summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Martin <jxm@risingtidesystems.com>2011-05-27 15:35:07 +0200
committerJerome Martin <jxm@risingtidesystems.com>2011-05-27 15:35:27 +0200
commita0f9dbae80fd231de263160df28b12b117592276 (patch)
tree237b9fc5ebdfbbc780e66f965d96691595734c57
parentdb64b75328c79f976044c43b1330588940a51e88 (diff)
downloadtargetcli-a0f9dbae80fd231de263160df28b12b117592276.tar.gz
Fixed missing space in help text.
-rw-r--r--rtsadmin/ui_node.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtsadmin/ui_node.py b/rtsadmin/ui_node.py
index c1d59f0..3985a08 100644
--- a/rtsadmin/ui_node.py
+++ b/rtsadmin/ui_node.py
@@ -33,7 +33,7 @@ class UINode(ConfigNode):
'If true, automatically enables TPGTs upon creation.']
self._configuration_groups['global']['auto_add_mapped_luns'] = \
[self.ui_type_bool,
- 'If true, automatically create node ACLs mapped LUNs'
+ 'If true, automatically create node ACLs mapped LUNs '
+ 'after creating a new target LUN or a new node ACL']
def assert_root(self):