tools/sethost.sh: Remove <config> argument

Since this argument generate the expanding(deprecated) defconfig
This commit is contained in:
Xiang Xiao
2020-03-19 11:47:34 +08:00
committed by Gregory Nutt
parent b574ea8b73
commit 6f9117eae2
2 changed files with 8 additions and 79 deletions
+1 -2
View File
@@ -940,7 +940,7 @@ sethost.sh
$ ./sethost.sh -h
USAGE: ./sethost.sh [-l|m|c|u|g|n] [<config>]
USAGE: ./sethost.sh [-l|m|c|u|g|n]
./sethost.sh -h
Where:
@@ -948,7 +948,6 @@ sethost.sh
Ubuntu under Windows 10 (u), MSYS/MSYS2 (g)
or Windows native (n). Default Linux
-h will show this help test and terminate
<config> selects configuration file. Default: .config
simhostroute.sh
---------------