Eric Sunshine <[email protected]> writes: > On Fri, Jun 21, 2019 at 6:43 AM Christian Couder > <[email protected]> wrote: >> On Thu, Jun 20, 2019 at 11:29 PM Emily Shaffer <[email protected]> >> wrote: >> > 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]...' >> >> Yeah sure, I will will resend soon with such changes. > > More correct would be "git psuh [<arg>]".
I think this takes 0 or more, not 0 or 1, so "git psuh [<arg>...]", no?

