summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui-wizard-gtk/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui-wizard-gtk/main.c b/src/gui-wizard-gtk/main.c
index 3cd088bd..25d05dbd 100644
--- a/src/gui-wizard-gtk/main.c
+++ b/src/gui-wizard-gtk/main.c
@@ -11,8 +11,8 @@ int main(int argc, char **argv)
{
/* Can't keep these strings/structs static: _() doesn't support that */
const char *program_usage_string = _(
- PROGNAME" [-v] [DIR]\n\n"
- "GUI tool to run analyze and report ABRT crash in specified DIR\n"
+ PROGNAME" [-v] DIR\n\n"
+ "GUI tool to run analyze and report ABRT crash in specified DIR"
);
enum {
OPT_v = 1 << 0,