diff --git a/boot-qemu-help.txt b/README.txt similarity index 100% rename from boot-qemu-help.txt rename to README.txt diff --git a/boot-qemu.sh b/boot-qemu.sh index cd13a4e..c3ffddf 100755 --- a/boot-qemu.sh +++ b/boot-qemu.sh @@ -37,7 +37,7 @@ function parse_parameters() { -h|--help) echo - cat "${BASE}"/boot-qemu-help.txt + cat "${BASE}"/README.txt echo exit 0 ;;