builtin/push.c: fix description of --recurse-submodules option
commiteedc4be54f41c49000b628a48c4926451986f121
authorRalf Thielow <ralf.thielow@gmail.com>
Tue, 18 Nov 2014 17:57:46 +0000 (18 18:57 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Nov 2014 19:19:16 +0000 (18 11:19 -0800)
treea376be7f22a07b94849ffeac580c09ea429d77c6
parenteeff891ac756fd97a05476446f15269b714ce4cc
builtin/push.c: fix description of --recurse-submodules option

The description of the option for argument "recurse-submodules"
is marked for translation even if it expects the untranslated
string and it's missing the option "on-demand" which was introduced
in eb21c73 (2014-03-29, push: teach --recurse-submodules the on-demand
option). Fix this by unmark the string for translation and add the
missing option.

Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/push.c