submodule--helper: fix usage string for relative-path
authorStefan Beller <sbeller@google.com>
Fri, 29 Jul 2016 00:44:06 +0000 (17:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Aug 2016 21:41:53 +0000 (14:41 -0700)
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>
No differences found