submodule: fix submodule--helper clone usage
commit717416ca87edcd3889e40d8191fd4b6721e8a02e
authorJacob Keller <jacob.keller@gmail.com>
Mon, 29 Feb 2016 22:58:32 +0000 (29 14:58 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Mar 2016 20:24:05 +0000 (1 12:24 -0800)
tree19554d86607e2dd474c028962ba18e8c0672b4e9
parent08e0970a862aaa3b42c532ad0086bcaabe5108cf
submodule: fix submodule--helper clone usage

git submodule--helper clone usage stated that paths were added after the
[--] argument. The actual implementation required use of --path argument
and only supports one path at a time. Update the usage string to match
the current implementation.

Signed-off-by: Jacob Keller <jacob.keller@gmail.com>
Reviewed-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c