diff options
Diffstat (limited to 'qemu-ga.c')
| -rw-r--r-- | qemu-ga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-ga.c b/qemu-ga.c index 8199da789c..f1a39ec3a6 100644 --- a/qemu-ga.c +++ b/qemu-ga.c @@ -736,7 +736,7 @@ int main(int argc, char **argv) break; case 'b': { char **list_head, **list; - if (*optarg == '?') { + if (is_help_option(optarg)) { list_head = list = qmp_get_command_list(); while (*list != NULL) { printf("%s\n", *list); |