forked from Miroirs/x49gp
1.4.1 + remove old confusing text from --help
This commit is contained in:
parent
f073e269e1
commit
6504fbe095
2 changed files with 3 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ TARGET_ALLCAPS = X49GPNG
|
||||||
|
|
||||||
VERSION_MAJOR = 1
|
VERSION_MAJOR = 1
|
||||||
VERSION_MINOR = 4
|
VERSION_MINOR = 4
|
||||||
PATCHLEVEL = 0
|
PATCHLEVEL = 1
|
||||||
|
|
||||||
INSTALL_PREFIX = /usr/local
|
INSTALL_PREFIX = /usr/local
|
||||||
INSTALL_BINARY_DIR = "$(INSTALL_PREFIX)"/bin
|
INSTALL_BINARY_DIR = "$(INSTALL_PREFIX)"/bin
|
||||||
|
|
|
@ -190,13 +190,8 @@ void config_init( char* progname, int argc, char* argv[] )
|
||||||
" --reflash-full[=firmware] rebuild the flash using the supplied firmware and drop the flash contents\n"
|
" --reflash-full[=firmware] rebuild the flash using the supplied firmware and drop the flash contents\n"
|
||||||
" in the area beyond the firmware\n"
|
" in the area beyond the firmware\n"
|
||||||
" -r --reboot reboot on startup instead of continuing from the\n"
|
" -r --reboot reboot on startup instead of continuing from the\n"
|
||||||
" saved state in the state file\n\n"
|
" saved state in the state file\n\n",
|
||||||
"\n"
|
progname, VERSION_MAJOR, VERSION_MINOR, PATCHLEVEL, progname, progname, DEFAULT_GDBSTUB_PORT );
|
||||||
"The state file is formatted as INI file and contains the settings for which persistence makes sense like CPU "
|
|
||||||
"registers, etc.\n"
|
|
||||||
"If the state file is omitted, ~/.config/%s/state is used.\n"
|
|
||||||
"Please consult the manual for more details on state file settings.\n",
|
|
||||||
progname, VERSION_MAJOR, VERSION_MINOR, PATCHLEVEL, progname, progname, DEFAULT_GDBSTUB_PORT, progname );
|
|
||||||
exit( EXIT_SUCCESS );
|
exit( EXIT_SUCCESS );
|
||||||
break;
|
break;
|
||||||
case 'r':
|
case 'r':
|
||||||
|
|
Loading…
Reference in a new issue