Skip to content

Commit

Permalink
quiltimport documentation: --dry-run and -n are synonyms
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Sep 13, 2009
1 parent f7835a2 commit 1cdd64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-quiltimport.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cdd64e

Please sign in to comment.