diff options
-rw-r--r-- | src/gistatic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gistatic.c b/src/gistatic.c index 1b36910..12a8917 100644 --- a/src/gistatic.c +++ b/src/gistatic.c @@ -2004,7 +2004,7 @@ int gistatic_main(int argc, char *argv[]) { clone_url = optarg; break; case 'h': - if (print_help(stdout)) { + if (print_usage(stdout) || print_help(stdout)) { ret = EXIT_ERROR; } goto cleanup; |