submodule--helper: fix usage string for relative-path
commit2de26ae1dc89236ff5d0d0657b0eb884b6c331b5
authorStefan Beller <sbeller@google.com>
Fri, 29 Jul 2016 00:44:06 +0000 (28 17:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Aug 2016 21:41:53 +0000 (1 14:41 -0700)
treef9d7e34d77e91267a7ba7e6ce94e0885597569ac
parent341238ebc4c95a351db2e047a0ca2340766b48e8
submodule--helper: fix usage string for relative-path

Internally we call the underscore version of relative_path, but externally
we present an API with no underscores.

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