aboutsummaryrefslogtreecommitdiff
path: root/admin.py
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2014-11-28 14:36:39 +0000
committerSteve McIntyre <steve.mcintyre@linaro.org>2014-11-28 14:36:39 +0000
commit9f0bb604a28474cb566f5e3fb9266c948f4bdbda (patch)
tree0d4fe130441d9f9972ee51154aa05809a7695825 /admin.py
parent844bfd49d3bce11902546a12c06dff57ad1e5e20 (diff)
Fix usage message
s/default_vlan/base_vlan/ Change-Id: Id1029ed9aa09de3f8319dad0995a0f90996858b6
Diffstat (limited to 'admin.py')
-rw-r--r--admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin.py b/admin.py
index 85aa107..dce7258 100644
--- a/admin.py
+++ b/admin.py
@@ -208,7 +208,7 @@ vlan_group.add_option("--create_vlan",
type = "string",
help = "Add a new vlan to the system",
nargs = 3,
- metavar = "<name> <tag> <is_default_vlan>")
+ metavar = "<name> <tag> <is_base_vlan>")
vlan_group.add_option("--remove_vlan",
dest = "remove_vlan",
action = "store",