diff options
Diffstat (limited to 'src/arch/x86')
| -rw-r--r-- | src/arch/x86/hci/commands/cpuid_cmd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arch/x86/hci/commands/cpuid_cmd.c b/src/arch/x86/hci/commands/cpuid_cmd.c index 981143308..c4e35d179 100644 --- a/src/arch/x86/hci/commands/cpuid_cmd.c +++ b/src/arch/x86/hci/commands/cpuid_cmd.c @@ -54,8 +54,7 @@ static struct option_descriptor cpuid_opts[] = { /** "cpuid" command descriptor */ static struct command_descriptor cpuid_cmd = - COMMAND_DESC ( struct cpuid_options, cpuid_opts, 1, 1, - "[--ext] [--ecx] <bit>" ); + COMMAND_DESC ( struct cpuid_options, cpuid_opts, 1, 1, "<bit>" ); /** * The "cpuid" command |
