On Fri, Aug 12 2022, Victoria Dye via GitGitGadget wrote: > From: Victoria Dye <vdye@xxxxxxxxxx> > [...] 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.