Skip to content

Commit c32eaa8

Browse files
stefanbellergitster
authored andcommitted
submodule absorbgitdirs: mention in docstring help
This part was missing in f6f85861 (submodule: add absorb-git-dir function, 2016-12-12). Noticed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 7c4be45 commit c32eaa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

git-submodule.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ USAGE="[--quiet] add [-b <branch>] [-f|--force] [--name <name>] [--reference <re
1212
or: $dashless [--quiet] update [--init] [--remote] [-N|--no-fetch] [-f|--force] [--checkout|--merge|--rebase] [--[no-]recommend-shallow] [--reference <repository>] [--recursive] [--] [<path>...]
1313
or: $dashless [--quiet] summary [--cached|--files] [--summary-limit <n>] [commit] [--] [<path>...]
1414
or: $dashless [--quiet] foreach [--recursive] <command>
15-
or: $dashless [--quiet] sync [--recursive] [--] [<path>...]"
15+
or: $dashless [--quiet] sync [--recursive] [--] [<path>...]
16+
or: $dashless [--quiet] absorbgitdirs [--] [<path>...]"
1617
OPTIONS_SPEC=
1718
SUBDIRECTORY_OK=Yes
1819
. git-sh-setup

0 commit comments

Comments
 (0)