cmd: use spaces instead of tabs for usage indentation
Fix rogue "tab after spaces" used for indentation of the documentation. This causes rendering issues on terminals using a non-standard tab width. Signed-off-by: Frank Villaro-Dixon <frank.villaro@infomaniak.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
e7a98a96f0
commit
897772a735
|
|
@ -55,6 +55,7 @@ static void usage(void)
|
|||
"\n"
|
||||
" ip neigh { show | flush } [ proxy ] [ to PREFIX ] [ dev DEV ] [ nud STATE ]\n"
|
||||
" [ vrf NAME ]\n"
|
||||
"\n"
|
||||
" ip neigh get { ADDR | proxy ADDR } dev DEV\n"
|
||||
"\n"
|
||||
"STATE := { delay | failed | incomplete | noarp | none |\n"
|
||||
|
|
|
|||
Loading…
Reference in New Issue