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:
Frank Villaro-Dixon 2021-10-05 15:19:39 +02:00 committed by Stephen Hemminger
parent e7a98a96f0
commit 897772a735
10 changed files with 50 additions and 49 deletions

View File

@ -55,6 +55,7 @@ static void usage(void)
"\n" "\n"
" ip neigh { show | flush } [ proxy ] [ to PREFIX ] [ dev DEV ] [ nud STATE ]\n" " ip neigh { show | flush } [ proxy ] [ to PREFIX ] [ dev DEV ] [ nud STATE ]\n"
" [ vrf NAME ]\n" " [ vrf NAME ]\n"
"\n"
" ip neigh get { ADDR | proxy ADDR } dev DEV\n" " ip neigh get { ADDR | proxy ADDR } dev DEV\n"
"\n" "\n"
"STATE := { delay | failed | incomplete | noarp | none |\n" "STATE := { delay | failed | incomplete | noarp | none |\n"