quiltimport documentation: --dry-run and -n are synonyms

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2009-09-12 19:40:27 -07:00
parent f7835a251c
commit 1cdd64e800

View file

@ -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