From d24883ee857696ba4078313f130b8735c2199daf Mon Sep 17 00:00:00 2001 From: zeromus Date: Thu, 2 Jun 2016 18:15:22 +0000 Subject: [PATCH] more helpful --help for arm9gdb etc --- desmume/src/commandline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desmume/src/commandline.cpp b/desmume/src/commandline.cpp index 89263afe1..624f52e84 100644 --- a/desmume/src/commandline.cpp +++ b/desmume/src/commandline.cpp @@ -140,8 +140,8 @@ ENDL ENDL #ifdef GDB_STUB "Arguments affecting debugging features:" ENDL -" --arm9gdb Enable the ARM9 GDB stub on the given port" ENDL -" --arm7gdb Enable the ARM7 GDB stub on the given port" ENDL +" --arm9gdb PORTNUM Enable the ARM9 GDB stub on the given port" ENDL +" --arm7gdb PORTNUM Enable the ARM7 GDB stub on the given port" ENDL ENDL #endif "Utility commands which occur in place of emulation:" ENDL