On Thu, Apr 07 2022, brian m. carlson wrote: > +'git stash' export ( --print | --to-ref <ref> ) [<stash>...] This has whitespace-padding around "(" and ")" but the C code verison you added doesn't, i.e.: > +static const char * const git_stash_export_usage[] = { > + N_("git stash export (--print | --to-ref <ref>) [<stash>...]"), > + NULL > +}; The *.txt version should be made the same as the C one. (Spotted with an automated local check I have for finding these differences in *.txt v.s. code).