projects
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64010e9
)
strings-whitespace-arg
author
Matthias Klose
<doko@debian.org>
Sun, 8 Apr 2018 20:55:34 +0000
(21:55 +0100)
committer
Matthias Klose
<doko@debian.org>
Sun, 8 Apr 2018 20:55:34 +0000
(21:55 +0100)
binutils/
* strings.c(long_options): include-all-whitespace does not take
an extra argument.
Gbp-Pq: Name strings-whitespace-arg.diff
binutils/strings.c
patch
|
blob
|
history
diff --git
a/binutils/strings.c
b/binutils/strings.c
index da044ac9c03374ba4d8d075b6dd272cb6c881026..7655ab6152b18af557b70f62666839e48aaa8570 100644
(file)
--- 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'},