"Philip Oakley" <philipoak...@iee.org> writes:

> I searched for all occurrences of '[[' which would indicate a double 
> optional argument within the synopsis and only found git-read-tree.

Double-optional?  That is not an issue.

If an option always takes a parameter, we would have

        git cmd [--option parameter]

instead of one of

        git cmd [--option]
        git cmd [--option] parameter
        git cmd [--option] parameter...

and if we had

        --option::
                This option distims the parameter ...

that needs to be updated to

        --option parameter::
                This option distims the parameter ...

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to