From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Organov Subject: [PATCH] Documentation/git-rebase.txt: make it explicit in the syntax there is no way to specify without . Date: Fri, 29 Aug 2014 17:51:46 +0400 Message-ID: <87fvfrlg86.fsf@osv.gnss.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: gitster@pobox.com To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Sep 16 17:48:05 2014 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XTuyu-0006Tw-Nq for gcvg-git-2@plane.gmane.org; Tue, 16 Sep 2014 17:47:53 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753814AbaIPPrk (ORCPT ); Tue, 16 Sep 2014 11:47:40 -0400 Received: from mail.javad.com ([54.86.164.124]:47170 "EHLO mail.javad.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753050AbaIPPrk (ORCPT ); Tue, 16 Sep 2014 11:47:40 -0400 Received: from osv.gnss.ru (unknown [89.175.180.246]) by mail.javad.com (Postfix) with ESMTPSA id AFFB160BF3; Tue, 16 Sep 2014 15:47:38 +0000 (UTC) Received: from osv by osv.gnss.ru with local (Exim 4.72) (envelope-from ) id 1XTuyf-0003Bm-5R; Tue, 16 Sep 2014 19:47:37 +0400 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Current syntax description makes one wonder if there is any syntactic way to distinguish between and so that one can specify but not . The change makes it explicit that these arguments are in fact positional. Signed-off-by: Sergey Organov --- 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 f14100a..4138554 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 -- 1.9.3