submodule deinit: remove outdated comment

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Stefan Beller 2016-07-25 17:35:38 -07:00 committed by Junio C Hamano
parent f6a5279977
commit 406621f43d

View File

@ -516,8 +516,6 @@ cmd_init()
# #
# Unregister submodules from .git/config and remove their work tree # Unregister submodules from .git/config and remove their work tree
# #
# $@ = requested paths (use '.' to deinit all submodules)
#
cmd_deinit() cmd_deinit()
{ {
# parse $args after "submodule ... deinit". # parse $args after "submodule ... deinit".