summaryrefslogtreecommitdiffstats
path: root/include/optutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/optutils.h')
-rw-r--r--include/optutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/optutils.h b/include/optutils.h
index fd5dde39b..99ad7e4b4 100644
--- a/include/optutils.h
+++ b/include/optutils.h
@@ -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);