diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2011-02-16 12:07:30 +0100 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2011-02-16 12:07:30 +0100 |
| commit | f1f2aa9fe6971ed9493a1b2ab00260107f1bc964 (patch) | |
| tree | 58d389865ac77c58c5601e2f4441f7f221ce2e1a /src | |
| parent | 5a3d1833d13234520284302e3617ff757c41e380 (diff) | |
gui-wizard-gtk: tweak --help text
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/gui-wizard-gtk/main.c | 4 |
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, |
