On Thu, Jun 20, 2019 at 12:13:15AM +0200, Christian Couder wrote: > SYNOPSIS > -------- > [verse] > -'git-psuh' > +'git-psuh <arg>...' It doesn't require 1 or more args - you can run it with no args. So it might be better suited to state the args as optional: 'git psuh [arg]...' > ---- > static const char * const psuh_usage[] = { > - N_("git psuh"), > + N_("git psuh <arg>..."), ...and here too. - Emily