run: fix broken -h

This commit is contained in:
Ciro Santilli
2018-08-16 12:00:11 +01:00
parent 59b6062b29
commit 085253a457
2 changed files with 1 additions and 4 deletions

View File

@@ -9479,6 +9479,7 @@ Otherwise, it becomes very difficult to keep everything working across path refa
https://stackoverflow.com/questions/49260466/why-when-i-change-br2-linux-kernel-custom-config-file-and-run-make-linux-reconfi https://stackoverflow.com/questions/49260466/why-when-i-change-br2-linux-kernel-custom-config-file-and-run-make-linux-reconfi
|`-q` |QEMU | |`-q` |QEMU |
|=== |===
==== run ==== run
.... ....

4
run
View File

@@ -64,10 +64,6 @@ while getopts "c:DdE:e:F:f:G:hIiKkl:m:PRrT:U:uVX:x${common_getopts_flags}" OPT;
gem5opts="$OPTARG \\ gem5opts="$OPTARG \\
" "
;; ;;
h)
cat build-usage.adoc 1>&2
exit
;;
h) h)
echo "https://github.com/cirosantilli/linux-kernel-module-cheat#run" 2>&1 echo "https://github.com/cirosantilli/linux-kernel-module-cheat#run" 2>&1
exit exit