summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/as-compose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/as-compose.c b/client/as-compose.c
index 2dd08ca..252482a 100644
--- a/client/as-compose.c
+++ b/client/as-compose.c
@@ -438,7 +438,7 @@ main (int argc, char **argv)
_("Show extra debugging information"), NULL },
{ "prefix", '\0', 0, G_OPTION_ARG_FILENAME, &prefix,
/* TRANSLATORS: command line option */
- _("Set the temporary directory"), "DIR" },
+ _("Set the prefix"), "DIR" },
{ "output-dir", '\0', 0, G_OPTION_ARG_FILENAME, &output_dir,
/* TRANSLATORS: command line option */
_("Set the output directory"), "DIR" },