diff --git a/src/text.h b/src/text.h index 5680a30..d33b539 100755 --- a/src/text.h +++ b/src/text.h @@ -141,8 +141,8 @@ #define TEXT_CSWITCH " -c make core file instead of coredebug/reset\n" #define TEXT_HSWITCH " -h show this help\n" #define TEXT_VSWITCH " -v show EnergyMech version\n" -#define TEXT_ESWITCH " -e run a single command, then exit\n" -#define TEXT_TSWITCH " -t run normal startup, but exit right before going into main loop\n" +#define TEXT_ESWITCH " -e run a single command, then exit\n" +#define TEXT_TSWITCH " -t run normal startup, but exit right before going into main loop\n" #ifdef SHACRYPT #define TEXT_PSWITCH1 " -p encrypt using the password hashing algorithm (SHA-512),\n"