cli: fix description of connection parameters and specify some default values

This commit is contained in:
Jiří Klimeš
2013-12-13 09:50:09 +01:00
parent 3479cefbb2
commit 72922f2068
2 changed files with 17 additions and 17 deletions

View File

@@ -285,13 +285,13 @@ usage_connection_add (void)
" team: [config <file>|<raw JSON data>]\n\n"
" team-slave: master <master (ifname or connection UUID)>\n"
" [config <file>|<raw JSON data>]\n\n"
" bridge: [stp yes|no>]\n"
" bridge: [stp yes|no]\n"
" [priority <num>]\n"
" [forward-delay <2-30>]\n"
" [hello-time <1-10>]\n"
" [max-age <6-40>]\n"
" [ageing-time <0-1000000>]\n\n"
" bridge-slave: master <master (ifname or connection UUID)\n"
" bridge-slave: master <master (ifname or connection UUID)>\n"
" [priority <0-63>]\n"
" [path-cost <1-65535>]\n"
" [hairpin yes|no]\n\n"