]> git.ipfire.org Git - thirdparty/git.git/commit
submodule-helper: fix usage string
authorFangyi Zhou <me@fangyi.io>
Wed, 6 Apr 2022 20:32:57 +0000 (21:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Apr 2022 14:46:23 +0000 (07:46 -0700)
commit5da9560ebc8a089807920a7548141e4e5b60a4dc
treee6867ff99045603b1ea1d1edbd5cb7e4c7937924
parentf05da2b48b48a46db65fc768b3ffecaf996dd655
submodule-helper: fix usage string

The missing space at the end of the line makes the closing square
bracket sticking to the dash in the next line

Found during localisation v2.36.0 round 1

Signed-off-by: Fangyi Zhou <me@fangyi.io>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c