aboutsummaryrefslogtreecommitdiff
path: root/vland.py
diff options
context:
space:
mode:
Diffstat (limited to 'vland.py')
-rwxr-xr-xvland.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vland.py b/vland.py
index d5ee2ff..633e10f 100755
--- a/vland.py
+++ b/vland.py
@@ -101,7 +101,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 --name <switch_name>'
+ print 'HINT: Running vland-admin auto_import_switch --name <switch_name>'
print 'for each of your switches may help!'
print