From: Matthias Klose Date: Tue, 29 May 2018 13:46:35 +0000 (+0100) Subject: strings-whitespace-arg X-Git-Tag: archive/raspbian/2.30-21+rpi1^2~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e5d9e62ae518d44d4f40d327b77dd27ed330848b;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'},