summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit6
1 files changed, 3 insertions, 3 deletions
diff --git a/dgit b/dgit
index 6377e32..a2ca2db 100755
--- a/dgit
+++ b/dgit
@@ -5928,9 +5928,9 @@ END
push @failsuggestion, [ 'applied',
"This might be a patches-applied branch." ];
}
- push @failsuggestion, [ 'quilt-mode', "Maybe you need to specify one of".
- " --[quilt=]gbp --[quilt=]dpm --quilt=unapplied ?" ],
- [ 'origs',
+ push @failsuggestion, [ 'quilt-mode',
+ "Maybe you need one of --[quilt=]gbp --[quilt=]dpm --quilt=unapplied ?" ];
+ push @failsuggestion, [ 'origs',
"Maybe orig tarball(s) are not identical to git representation?" ];
if (quiltmode_splitbrain()) {