mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change space -> tab in printed usage output to make it look consistent.
This commit is contained in:
parent
b31e5ae243
commit
068ba60199
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ usage () {
|
|||
echo " -b suppress builds (both kernel and world)"
|
||||
echo " -k suppress buildkernel"
|
||||
echo " -w suppress buildworld"
|
||||
echo " -i suppress disk image build"
|
||||
echo " -i suppress disk image build"
|
||||
echo " -c specify config file"
|
||||
) 1>&2
|
||||
exit 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue