chiark / gitweb /
dgit-user(7): Fixed example rune to use curl
[dgit.git] / dgit-user.7.pod
index aacdf4d4482dfa0a67d13422999ffc9b46cd00f1..51a1fa35ed5769c6ad8fc5e604cff46935650246 100644 (file)
@@ -32,7 +32,7 @@ or L<dgit(1)> and L<dgit(7)>.
 
     % dgit clone glibc jessie,-security
     % cd glibc
-    % wget 'https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=28250;mbox=yes;msg=89' | patch -p1 -u
+    % curl 'https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=28250;mbox=yes;msg=89' | patch -p1 -u
     % git commit -a -m 'Fix libc lost output bug'
     % gbp dch -S --since=dgit/dgit/sid --ignore-branch --commit
     % sudo apt-get build-dep glibc