diff options
author | Cesar Eduardo Barros <cesarb@cesarb.net> | 2008-07-26 01:17:42 -0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-27 14:14:01 -0700 |
commit | 77ef80a83e652d65a26213bc276b33051524998f (patch) | |
tree | ebce12a86432f6be99425f2c7ab99afc5707db9e /Documentation/git-submodule.txt | |
parent | 1eb7e2f83472f49fda62cefe1d2d9b4c668c6771 (diff) | |
download | git-77ef80a83e652d65a26213bc276b33051524998f.tar.gz |
Documentation/git-submodule.txt: fix doubled word
Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-submodule.txt')
-rw-r--r-- | Documentation/git-submodule.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index 829b03201d..35efeefb30 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -63,7 +63,7 @@ COMMANDS add:: Add the given repository as a submodule at the given path to the changeset to be committed next to the current - project: the current project is termed termed the "superproject". + project: the current project is termed the "superproject". + This requires two arguments: <repository> and <path>. + |