Skip to content
Snippets Groups Projects
Commit f6d7508e authored by Mike Hibler's avatar Mike Hibler
Browse files

Forgot to put new "show MACs" option in usage message.

parent 0cd6d609
No related branches found
No related tags found
No related merge requests found
......@@ -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 [-vdm] <node | node:if> ... \n";
print "-v: Verbose, prose, output\n";
print "-d: Enable debugging output\n";
print "-m: Show MAC addresses\n";
return -1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment