]> Kevux Git Server - rit/commit
history: fix short help for argument of --update-refs
authorRené Scharfe <l.s.r@web.de>
Mon, 6 Apr 2026 09:31:21 +0000 (11:31 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Apr 2026 17:17:36 +0000 (10:17 -0700)
commit26b9946dd756a2efc29f898e53327676a22adc3e
tree5641b73ce18f8873e88c22238490350bbdf74f32
parent49e6a7cd63793459c397dd9e1d772c41f997067a
history: fix short help for argument of --update-refs

"print" is not a valid argument for --update-refs.  List both valid
alternatives literally in the argh string, consistent with documentation
and usage string.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/history.c