mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 16:57:52 +00:00
Fix option type comments for CMDARG_EARLYINIT_FILE and CMDARG_EARLYINIT_COMMAND.
The comments in the enum cmdarg_kind were using -sx and -sex instead of -eix and -eiex. (Note that gdb --help does not speak about these options). (pushed as obvious)
This commit is contained in:
@@ -574,14 +574,14 @@ enum cmdarg_kind
|
||||
|
||||
/* Option type -ix. */
|
||||
CMDARG_INIT_FILE,
|
||||
|
||||
|
||||
/* Option type -iex. */
|
||||
CMDARG_INIT_COMMAND,
|
||||
|
||||
/* Option type -sx. */
|
||||
/* Option type -eix. */
|
||||
CMDARG_EARLYINIT_FILE,
|
||||
|
||||
/* Option type -sex. */
|
||||
/* Option type -eiex. */
|
||||
CMDARG_EARLYINIT_COMMAND
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user