Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
f6d7508e
Commit
f6d7508e
authored
Mar 15, 2005
by
Mike Hibler
Browse files
Forgot to put new "show MACs" option in usage message.
parent
0cd6d609
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/if2port.in
View file @
f6d7508e
...
...
@@ -99,8 +99,9 @@ while (my $arg = shift @ARGV) {
sub
debug
{
warn
@
_
,"
\n
"
if
$opt
{
d
};
}
sub
usage
{
print
"
Usage: $0 [-v
] [-
d] <node | node:if> ...
\n
";
print
"
Usage: $0 [-vd
m
] <node | node:if> ...
\n
";
print
"
-v: Verbose, prose, output
\n
";
print
"
-d: Enable debugging output
\n
";
print
"
-m: Show MAC addresses
\n
";
return
-
1
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment