Skip to content

Commit 5fb2490

Browse files
avargitster
authored andcommitted
cat-file: s/_/-/ in typo'd usage_msg_optf() message
Fix a typo in my recent 03dc51f (cat-file: fix remaining usage bugs, 2021-10-09). Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Acked-by: Taylor Blau <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 83dc443 commit 5fb2490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/cat-file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ int cmd_cat_file(int argc, const char **argv, const char *prefix)
727727
;
728728
else if (batch.follow_symlinks)
729729
usage_msg_optf(_("'%s' requires a batch mode"), usage, options,
730-
"--follow_symlinks");
730+
"--follow-symlinks");
731731
else if (batch.buffer_output >= 0)
732732
usage_msg_optf(_("'%s' requires a batch mode"), usage, options,
733733
"--buffer");

0 commit comments

Comments
 (0)