From: Matthias Klose Date: Sun, 8 Apr 2018 20:55:34 +0000 (+0100) Subject: strings-whitespace-arg X-Git-Tag: archive/raspbian/2.30-15+rpi1^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ddd06fe19f62b72244cf9ba65a696c9310e582dc;p=binutils.git strings-whitespace-arg binutils/ * strings.c(long_options): include-all-whitespace does not take an extra argument. Gbp-Pq: Name strings-whitespace-arg.diff --- diff --git a/binutils/strings.c b/binutils/strings.c index da044ac9c..7655ab615 100644 --- a/binutils/strings.c +++ b/binutils/strings.c @@ -125,7 +125,7 @@ static struct option long_options[] = {"print-file-name", no_argument, NULL, 'f'}, {"bytes", required_argument, NULL, 'n'}, {"radix", required_argument, NULL, 't'}, - {"include-all-whitespace", required_argument, NULL, 'w'}, + {"include-all-whitespace", no_argument, NULL, 'w'}, {"encoding", required_argument, NULL, 'e'}, {"target", required_argument, NULL, 'T'}, {"output-separator", required_argument, NULL, 's'},