Re: [PATCH v4 07/11] builtin/diagnose.c: create 'git diagnose' builtin
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2022-08-18 18:45:09
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2022-08-18 18:45:09
On Fri, Aug 12 2022, Victoria Dye via GitGitGadget wrote:
From: Victoria Dye <redacted> [...]
This is correct:
+'git diagnose' [(-o | --output-directory) <path>] [(-s | --suffix) <format>]
...
+ N_("git diagnose [-o|--output-directory <path>] [-s|--suffix <format>]"),But this is not, it's missing () around the short v.s. long option, and we should have a space surrounding the "|" as well.