]> Chaos Git - corbenik/corbenik.git/commitdiff
Update help text
authorchaoskagami <chaos.kagami@gmail.com>
Fri, 29 Apr 2016 08:36:34 +0000 (04:36 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Fri, 29 Apr 2016 08:36:34 +0000 (04:36 -0400)
source/main.c

index b95a1e8f73b108dd1dad079e11df8e58b1cb6f65..e59a704bb6025ab00798bd6fb767a9fb4d95db06 100644 (file)
@@ -46,29 +46,29 @@ int menu_help() {
 
     header();
 
-    fprintf(stdout,     "Corbenik is a 3DS firmware patcher\n"
+    fprintf(stdout,     "\nCorbenik is a 3DS firmware patcher\n"
                         "  commonly known as a CFW. It seeks to address\n"
                         "  some faults in other CFWs and is generally\n"
                         "  just another choice for users - but primarily\n"
                         "  the kind of person who runs Gentoo or LFS. ;P\n"
-                        "\n"
+                        "\n                                             "
                         "Credits to people who've helped me put this\n"
                         "  together either by having written GPL code,\n"
                         "  or being just generally helpful/cool people:\n"
                         "  @mid-kid, @Wolfvak, @Reisyukaku, @AuroraWright\n"
                         "  @d0k3, and others\n"
-                        "\n"
+                        "\n                                            "
                         "The name of this comes from the .hack//series.\n"
                         "  Look it up, if you don't already know it.\n"
-                        "\n"
+                        "\n                                            "
                         "Any bugs filed including the letters S, A\n"
                         "  and O will be closed with no discussion.\n"
-                        "\n"
+                        "\n                                          "
                         " <https://github.com/chaoskagami/corbenik>\n"
-                        "\n"
-                        "Press B to return.\n");
+                        "\n                                        "
+                        "Press any button to return.\n");
     while (1) {
-        if (wait_key() & BUTTON_B)
+        if (wait_key() & BUTTON_ANY)
             break;
     }