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

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 \\
"
;;
h)
cat build-usage.adoc 1>&2
exit
;;
h)
echo "https://github.com/cirosantilli/linux-kernel-module-cheat#run" 2>&1
exit