summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2014-06-19 13:48:58 +0400
committerIgor Gnatenko <i.gnatenko.brain@gmail.com>2014-06-19 13:48:58 +0400
commit796c93d0f51a560dc3332869d15b0a3d48e75bf9 (patch)
tree0e3c8be8f469568df9f217e7d993f3d70f0faca7
parentcc09826a80472cc8c7dc0d8d88bf4cb9dba93831 (diff)
downloadappstream-glib-796c93d0f51a560dc3332869d15b0a3d48e75bf9.tar.gz
trivial: drop junk in help message
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
-rw-r--r--client/as-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/as-util.c b/client/as-util.c
index e46016a..e1bb52b 100644
--- a/client/as-util.c
+++ b/client/as-util.c
@@ -1501,7 +1501,7 @@ main (int argc, char *argv[])
_("Show extra debugging information"), NULL },
{ "version", '\0', 0, G_OPTION_ARG_NONE, &version,
/* TRANSLATORS: command line option */
- _("Show client and daemon versions"), NULL },
+ _("Show version"), NULL },
{ NULL}
};