From f8df00804c15b9dff94464553c608415dd6574c5 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Wed, 22 Apr 2020 22:55:17 -0700 Subject: [PATCH] boot-qemu-help.txt: Rename to README.txt This allows GitHub to display it on the repo's home page. Suggested-by: Nick Desaulniers Signed-off-by: Nathan Chancellor --- boot-qemu-help.txt => README.txt | 0 boot-qemu.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename boot-qemu-help.txt => README.txt (100%) 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 ;;