Skip to content

Commit

Permalink
fixup??? survey: stub in new experimental 'git-survey' command
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jan 27, 2025
1 parent f0af0a4 commit 2f52c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/survey.c
Original file line number Diff line number Diff line change
Expand Up @@ -902,8 +902,8 @@ int cmd_survey(int argc, const char **argv, const char *prefix, struct repositor
OPT_END(),
};

if (argc == 2 && !strcmp(argv[1], "-h"))
usage_with_options(survey_usage, survey_options);
show_usage_with_options_if_asked(argc, argv,
survey_usage, survey_options);

if (isatty(2))
color_fprintf_ln(stderr,
Expand Down

0 comments on commit 2f52c96

Please sign in to comment.