aboutsummaryrefslogtreecommitdiff
path: root/src/gistatic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gistatic.c')
-rw-r--r--src/gistatic.c2
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;