From 35d5b48a071829e62467800b954e20325876ca41 Mon Sep 17 00:00:00 2001 From: 3DSGuy Date: Mon, 14 Apr 2014 14:27:53 +0800 Subject: [PATCH] ctrtool: added name to credit --- ctrtool/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrtool/main.c b/ctrtool/main.c index 07ad779..2f837f0 100644 --- a/ctrtool/main.c +++ b/ctrtool/main.c @@ -39,7 +39,7 @@ static void usage(const char *argv0) { fprintf(stderr, "Usage: %s [options...] \n" - "CTRTOOL (c) neimod.\n" + "CTRTOOL (c) neimod, 3DSGuy.\n" "\n" "Options:\n" " -i, --info Show file info.\n"