Skip to content

Commit 9dc7f78

Browse files
committed
Merge branch 'sb/submodule-embed-gitdir'
Help-text fix. * sb/submodule-embed-gitdir: submodule absorbgitdirs: mention in docstring help
2 parents 972dfda + c32eaa8 commit 9dc7f78

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)