Remove display of command line options in GUI mode
[emu8051.git] / src / common / options.h
index 731689d..b4c5bac 100644 (file)
 
 #define PACKAGE_DESCRIPTION "Emulator for 8051 family microcontrollers"
 
-#define COMMAND_LINE_OPTIONS \
-  "Usage: " PACKAGE " [OPTION]... [FILENAME]\n" \
-  "Simulator/emulator for 8051 family microcontrollers.\n\n" \
-  "  -h                    display this help and exit\n" \
-  "  -version              display version information and exit\n"
-
 struct options_t {
        int pram_size; /* Maximum program memory size. */
        int iram_size; /* Maximum internal ram size. */