parse-options: factor out usage_indent() and usage_padding()
commit652a6b15bc1cd0f837bc969e87fd31f3e88413f6
authorRené Scharfe <l.s.r@web.de>
Sat, 5 Aug 2023 14:43:04 +0000 (5 16:43 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Aug 2023 00:16:50 +0000 (6 17:16 -0700)
tree08bf67041549f4a6021ef874f63c8a7129c75d04
parente8e5d294dc6e3b6b32132cc8018d01ce35ad0af0
parse-options: factor out usage_indent() and usage_padding()

Extract functions for printing spaces before and after options.  We'll
need them in the next commit.

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