summaryrefslogtreecommitdiff
path: root/dgit-nmu-simple.7.pod
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-30 17:17:43 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-30 17:17:43 +0000
commit99fa5deb2b1d12fd8301ef79a9e6befdd0b1da9f (patch)
treebb2634c2621e4f7b0d85d5859a00a3c99ee82e8f /dgit-nmu-simple.7.pod
parent257cbdd6d28d62dc41650774054d2e2dd923c91a (diff)
dgit-nmu-simple(7): Fix missing quotes
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit-nmu-simple.7.pod')
-rw-r--r--dgit-nmu-simple.7.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit-nmu-simple.7.pod b/dgit-nmu-simple.7.pod
index 057f1c8..2f067b8 100644
--- a/dgit-nmu-simple.7.pod
+++ b/dgit-nmu-simple.7.pod
@@ -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 ]