diff mbox series

[v2,1/3] git-remote.txt: be specific about default behavior

Message ID 7e7e0dde0495e105bb717418745cc24edd051887.1549965172.git.liu.denton@gmail.com (mailing list archive)
State New, archived
Headers show
Series Document git-submodule's default behavior | expand

Commit Message

Denton Liu Feb. 12, 2019, 9:56 a.m. UTC
Instead of beating around the bush, we directly specify the subcommand
that is called by default when none are provided. This way, a user will
know where to look for more information.
---
 Documentation/git-remote.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt
index 0cad37fb81..a2e685818b 100644
--- a/Documentation/git-remote.txt
+++ b/Documentation/git-remote.txt
@@ -41,8 +41,8 @@  OPTIONS
 COMMANDS
 --------
 
-With no arguments, shows a list of existing remotes.  Several
-subcommands are available to perform operations on the remotes.
+With no arguments, the default command is 'show'.  Several subcommands are
+available to perform operations on the remotes.
 
 'add'::