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 --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':: -- 2.20.1.522.gd8785cdd01