diff --git a/Makefile b/Makefile index 8733ec8..23864c1 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ TARGET_ALLCAPS = X49GPNG VERSION_MAJOR = 1 VERSION_MINOR = 4 -PATCHLEVEL = 0 +PATCHLEVEL = 1 INSTALL_PREFIX = /usr/local INSTALL_BINARY_DIR = "$(INSTALL_PREFIX)"/bin diff --git a/src/x49gpng/options.c b/src/x49gpng/options.c index b8a7a81..f7b9453 100644 --- a/src/x49gpng/options.c +++ b/src/x49gpng/options.c @@ -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" " in the area beyond the firmware\n" " -r --reboot reboot on startup instead of continuing from the\n" - " saved state in the state file\n\n" - "\n" - "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 ); + " saved state in the state file\n\n", + progname, VERSION_MAJOR, VERSION_MINOR, PATCHLEVEL, progname, progname, DEFAULT_GDBSTUB_PORT ); exit( EXIT_SUCCESS ); break; case 'r':