From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jari Aalto Subject: [PATCH] Documentation/git-stash.txt: Adjust SYNOPSIS command syntaxes Date: Fri, 01 Feb 2008 12:04:15 +0200 Organization: Private Message-ID: <7ihp802o.fsf@blue.sea.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri Feb 01 11:05:59 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1JKsmO-0000aq-DZ for gcvg-git-2@gmane.org; Fri, 01 Feb 2008 11:05:52 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760148AbYBAKFI (ORCPT ); Fri, 1 Feb 2008 05:05:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752887AbYBAKFH (ORCPT ); Fri, 1 Feb 2008 05:05:07 -0500 Received: from main.gmane.org ([80.91.229.2]:59027 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760145AbYBAKFF (ORCPT ); Fri, 1 Feb 2008 05:05:05 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JKslT-0005tA-7Y for git@vger.kernel.org; Fri, 01 Feb 2008 10:04:55 +0000 Received: from a91-155-183-103.elisa-laajakaista.fi ([91.155.183.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Feb 2008 10:04:55 +0000 Received: from jari.aalto by a91-155-183-103.elisa-laajakaista.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Feb 2008 10:04:55 +0000 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: a91-155-183-103.elisa-laajakaista.fi User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (windows-nt) Cancel-Lock: sha1:J2BJL1UYPAfpCu+XWZ4NDhpSBiI= Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Change (list|...) to to denote required command. Adjust the 'save' command syntax to better reflect the call parameters: [save] [message...] => [save [message...]]. Signed-off-by: Jari Aalto --- Documentation/git-stash.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index 9889806..e713e48 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -8,8 +8,8 @@ git-stash - Stash the changes in a dirty working directory away SYNOPSIS -------- [verse] -'git-stash' (list | show [] | apply [] | clear) -'git-stash' [save] [message...] +'git-stash' ] | apply [] | clear> +'git-stash' [save [message...]] DESCRIPTION ----------- -- 1.5.4-rc5.GIT-dirty -- Welcome to FOSS revolution: we fix and modify until it shines