Removed comma causing error in options

git-svn-id: file:///home/svn/framework3/trunk@9732 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Carlos Perez 2010-07-08 14:02:58 +00:00
parent 4b1286522d
commit 690a655275
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ remove_route = false
"-s" => [true, "Subnet (IPv4, for example, 10.10.10.0)"],
"-n" => [true, "Netmask (IPv4, for example, 255.255.255.0"],
"-p" => [false, "Print active routing table. All other options are ignored"],
"-d" => [false, "Delete the named route instead of adding it"],
"-d" => [false, "Delete the named route instead of adding it"]
)
@@exec_opts.parse(args) { |opt, idx, val|