git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git submodule documentation: typo fix
@ 2008-07-19 22:28 Miklos Vajna
  2008-07-19 22:42 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Miklos Vajna @ 2008-07-19 22:28 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Petr Baudis, git

The current status of submodules can be queried using the 'status' (and
not the 'submodule') subcommand.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
---
 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 bb4e6fb..e849858 100644
--- a/Documentation/git-submodule.txt
+++ b/Documentation/git-submodule.txt
@@ -34,7 +34,7 @@ When adding a new submodule to the tree, the 'add' subcommand is to be used.
 However, when pulling a tree containing submodules, these will not be checked
 out by default; the 'init' and 'update' subcommands will maintain submodules
 checked out and at appropriate revision in your working tree. You can inspect
-the current status of your submodules using the 'submodule' subcommand and get
+the current status of your submodules using the 'status' subcommand and get
 an overview of changes 'update' would perform using the 'summary' subcommand.
 
 
-- 
1.5.6.2.450.g8d367.dirty

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-19 22:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-19 22:28 [PATCH] git submodule documentation: typo fix Miklos Vajna
2008-07-19 22:42 ` Junio C Hamano
2008-07-19 22:50   ` Miklos Vajna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).