aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2016-03-12 11:58:23 +0000
committerSteve McIntyre <steve.mcintyre@linaro.org>2016-03-12 11:58:23 +0000
commit4ba7b41c84b94cf8efed30e67f9102702c288838 (patch)
tree86a2147999d66f290cdf42341befcac87dead456
parent460358ab289eec4da133cf2918095598287c4786 (diff)
Change suggested auto_import_switch command to match new world
Change-Id: Ia533e0afb4df2f3e723e5f106d2d0689c3234bd9
-rwxr-xr-xvland.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vland.py b/vland.py
index b3e1418..0822af6 100755
--- a/vland.py
+++ b/vland.py
@@ -86,7 +86,7 @@ if len(switches) != len(state.config.switches):
print 'You have configured access details for %d switch(es), ' % 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 'HINT: Running admin.py auto_import_switch --name <switch_name>'
print 'for each of your switches may help!'
print