summaryrefslogtreecommitdiffstats
path: root/include/optutils.h
diff options
context:
space:
mode:
authorKarel Zak2014-08-28 08:39:54 +0200
committerKarel Zak2014-08-28 08:39:54 +0200
commitd947f85df49fa89153955464b54f8bd037ddf2db (patch)
treef5eef2cb96716844376a0d97778e9de6d579ad24 /include/optutils.h
parentcfdisk: fix typo in the previous commit (diff)
downloadkernel-qcow2-util-linux-d947f85df49fa89153955464b54f8bd037ddf2db.tar.gz
kernel-qcow2-util-linux-d947f85df49fa89153955464b54f8bd037ddf2db.tar.xz
kernel-qcow2-util-linux-d947f85df49fa89153955464b54f8bd037ddf2db.zip
include/optutils: fix typo
Reported-by: Rafael Ferreira <rafael.f.f1@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
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);