From 9629fdf13c45ba8b9f1c270aa777ebee5585beca Mon Sep 17 00:00:00 2001 From: Nicolai Skogheim Date: Wed, 29 Jul 2015 13:19:18 +0200 Subject: [PATCH] alias: polish the docs --- man/git-alias.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/man/git-alias.md b/man/git-alias.md index f0f072c6e..d4eeb37b9 100644 --- a/man/git-alias.md +++ b/man/git-alias.md @@ -3,13 +3,20 @@ git-alias(1) -- Define, search and show aliases ## SYNOPSIS -`git-alias` [<alias-name> <command>]|[<search-term>] +`git-alias` +`git-alias` <search-term> +`git-alias` <alias-name> <command> ## DESCRIPTION + List all aliases, show one alias, or set one (global) alias. ## OPTIONS + <search-term> + + The pattern used for search aliases. + <alias-name> The name of the alias to create. @@ -18,10 +25,6 @@ git-alias(1) -- Define, search and show aliases The command for which you are creating an alias. - <search-term> - - The pattern used for search aliases. - ## EXAMPLES