diff options
Diffstat (limited to 'tools/objtool/objtool.c')
| -rw-r--r-- | tools/objtool/objtool.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/objtool/objtool.c b/tools/objtool/objtool.c index 31e0f9143840..07f329919828 100644 --- a/tools/objtool/objtool.c +++ b/tools/objtool/objtool.c | |||
| @@ -70,7 +70,7 @@ static void cmd_usage(void) | |||
| 70 | 70 | ||
| 71 | printf("\n"); | 71 | printf("\n"); |
| 72 | 72 | ||
| 73 | exit(1); | 73 | exit(129); |
| 74 | } | 74 | } |
| 75 | 75 | ||
| 76 | static void handle_options(int *argc, const char ***argv) | 76 | static void handle_options(int *argc, const char ***argv) |
| @@ -86,9 +86,7 @@ static void handle_options(int *argc, const char ***argv) | |||
| 86 | break; | 86 | break; |
| 87 | } else { | 87 | } else { |
| 88 | fprintf(stderr, "Unknown option: %s\n", cmd); | 88 | fprintf(stderr, "Unknown option: %s\n", cmd); |
| 89 | fprintf(stderr, "\n Usage: %s\n", | 89 | cmd_usage(); |
| 90 | objtool_usage_string); | ||
| 91 | exit(1); | ||
| 92 | } | 90 | } |
| 93 | 91 | ||
| 94 | (*argv)++; | 92 | (*argv)++; |
