chiark / gitweb /
dgit-nmu-simple(7): Fix missing quotes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 30 Oct 2016 17:17:43 +0000 (17:17 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 30 Oct 2016 17:17:43 +0000 (17:17 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
dgit-nmu-simple.7.pod

index 057f1c8511c16e2ce46242d287c5905090c0a875..2f067b8bc050228026fa578e1dec371ed13867cb 100644 (file)
@@ -39,7 +39,7 @@ consult the appropriate C<dgit-maint-*(7)> workflow tutorial,
     % dgit clone glibc jessie
     % cd glibc
     % git am ~/glibc-security-fix.diff
-    % dch --nmu Apply upstream's fix for foo bug.
+    % dch --nmu "Apply upstream's fix for foo bug."
     % git add debian/changelog && git commit -m"NMU changelog entry"
     % dpkg-buildpackage -uc -b
     [ run your tests ]