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:
Karel Zak 2014-08-28 08:39:54 +02:00
parent 59af21c3f2
commit d947f85df4

View file

@ -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);