aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2014-12-17 16:27:41 +0000
committerSteve McIntyre <steve.mcintyre@linaro.org>2014-12-17 16:27:41 +0000
commitbd7ce37ba491ee11c727260daed625384b88f4b6 (patch)
treef577235526f70650eb61936c989653b54be03101
parenta02ba20bbb52f0ac4c4a2bb03867a53df39e700b (diff)
Clarify help message slightly
Change-Id: I544ea4bbcfad3b977c9e737e068f0c3e0f0309d8
-rw-r--r--vland.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vland.py b/vland.py
index 182c59a..1563624 100644
--- a/vland.py
+++ b/vland.py
@@ -78,7 +78,7 @@ if len(switches) != len(state.config.switches):
print 'but have %d switch(es) registered in your database.' % len(switches)
print 'You must fix this difference for VLANd to work sensibly.'
print 'HINT: Running admin.py --auto-import-switch <switch_name>'
- print 'for each of your switches will probably be useful!'
+ print 'for each of your switches may help!'
print
#for switch in sorted(config.switches):