summaryrefslogtreecommitdiff
path: root/dgit.1
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-07-06 16:49:18 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-06 21:12:45 +0100
commitf8fe5f19d1ec104f8735dd0d8813ae5e5317f536 (patch)
treedbffffe7a46c5e25fc11fd2cb7ddd0b4dfb6cab6 /dgit.1
parent6dbf0ed3e9ee292c5ceb9574eb3906c1af212df1 (diff)
dgit(1): Fix reference in description of --quilt=auto
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'dgit.1')
-rw-r--r--dgit.12
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit.1 b/dgit.1
index 6e0c4f1..8ede01f 100644
--- a/dgit.1
+++ b/dgit.1
@@ -835,7 +835,7 @@ with as ancestor a patches-applied branch.
.BR --quilt=auto
When fixing up source format `3.0 (quilt)' metadata, prefer to
generate a linear patch stack
-(as with --quilt=auto)
+(as with --quilt=linear)
but if that doesn't seem possible,
try to generate a single squashed patch for all the changes made in git
(as with --quilt=smash).