diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-09-12 19:40:27 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-13 01:32:49 -0700 |
commit | 1cdd64e8000716945e1cb96c46a4273a2db0ec74 (patch) | |
tree | 2679552f24a8a3f873f9ef3f61a1dc52b252a945 | |
parent | preserve mtime of local clone (diff) | |
download | tgif-1cdd64e8000716945e1cb96c46a4273a2db0ec74.tar.xz |
quiltimport documentation: --dry-run and -n are synonyms
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-quiltimport.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-quiltimport.txt b/Documentation/git-quiltimport.txt index d4037de512..579e8d2f3b 100644 --- a/Documentation/git-quiltimport.txt +++ b/Documentation/git-quiltimport.txt @@ -9,7 +9,7 @@ git-quiltimport - Applies a quilt patchset onto the current branch SYNOPSIS -------- [verse] -'git quiltimport' [--dry-run] [--author <author>] [--patches <dir>] +'git quiltimport' [--dry-run | -n] [--author <author>] [--patches <dir>] DESCRIPTION |