Change suggested auto_import_switch command to match new world
Change-Id: Ia533e0afb4df2f3e723e5f106d2d0689c3234bd9
diff --git a/vland.py b/vland.py
index b3e1418..0822af6 100755
--- a/vland.py
+++ b/vland.py
@@ -86,7 +86,7 @@
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