From 95c68267ff84c02a97d0f2c18b4b4fbfee7a7fca Mon Sep 17 00:00:00 2001 From: Sergey Organov Date: Fri, 29 Aug 2014 17:51:46 +0400 Subject: [PATCH] Documentation/git-rebase.txt: must be given to specify Current syntax description makes one wonder if there is any syntactic way to distinguish between and so that one can specify but not , but that is not the case. Make it explicit that these arguments are positional, i.e. the earlier ones cannot be omitted if you want to give later ones. Signed-off-by: Sergey Organov Signed-off-by: Junio C Hamano --- Documentation/git-rebase.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index f14100a160..4138554912 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -9,7 +9,7 @@ SYNOPSIS -------- [verse] 'git rebase' [-i | --interactive] [options] [--exec ] [--onto ] - [] [] + [ []] 'git rebase' [-i | --interactive] [options] [--exec ] [--onto ] --root [] 'git rebase' --continue | --skip | --abort | --edit-todo -- GitLab