include/optutils: fix typo
Reported-by: Rafael Ferreira <rafael.f.f1@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
parent
59af21c3f2
commit
d947f85df4
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ static inline void err_exclusive_options(
|
|||
else if (status[e] != c) {
|
||||
size_t ct = 0;
|
||||
|
||||
fprintf(stderr, _("%s: these options are"
|
||||
fprintf(stderr, _("%s: these options are "
|
||||
"mutually exclusive:"),
|
||||
program_invocation_short_name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue