X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=eb9a97c3d0269604ca3bd1a1995510b79b4341ba;hp=6ca1f33b38fdfb8408d5bf88203ddcbb94bf32af;hb=e02ad8575f1d5f247a77c8a5d009a7477514be2f;hpb=8f52891ef4c7a803a1d8576897180a34b36a4e16;ds=sidebyside diff --git a/dgit b/dgit index 6ca1f33b..eb9a97c3 100755 --- a/dgit +++ b/dgit @@ -3246,9 +3246,6 @@ sub parseopts () { push @ropts, $&; push @changesopts, $_; $_ = ''; - } elsif (m/^-[dCk]$/) { - badusage - "option \`$_' requires an argument (and no space before the argument)"; } elsif (s/^-wn$//s) { push @ropts, $&; $cleanmode = 'none';