Skip to content
Snippets Groups Projects
Commit d05227af authored by Michael Marsh's avatar Michael Marsh
Browse files

fixed typos

parent 975fae7a
No related branches found
No related tags found
No related merge requests found
......@@ -13,15 +13,15 @@ parser.add_argument('-d', '--device',
dest='device',
help='device to modify'
)
parser.add_argument('-B, '--bandwidth',
parser.add_argument('-B', '--bandwidth',
dest='bandwidth',
help='bandwidth to set'
)
parser.add_argument('-D, '--delay',
parser.add_argument('-D', '--delay',
dest='delay',
help='link latency'
)
parser.add_argument('-L, '--loss',
parser.add_argument('-L', '--loss',
dest='loss',
help='loss rate'
)
......
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