projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f80e6d
)
Correct typo in command line argument string.
author
John Darrington
<john@darrington.wattle.id.au>
Fri, 15 May 2009 22:55:52 +0000
(06:55 +0800)
committer
John Darrington
<john@darrington.wattle.id.au>
Fri, 15 May 2009 22:55:52 +0000
(06:55 +0800)
Thanks to Michel Boaventura for reporting this.
src/ui/terminal/main.c
patch
|
blob
|
history
diff --git
a/src/ui/terminal/main.c
b/src/ui/terminal/main.c
index a1f201697193e04282e5726fc3b4493050fecbb1..af8f7f2dd4df9828361a1dccfdb54d09473875b9 100644
(file)
--- a/
src/ui/terminal/main.c
+++ b/
src/ui/terminal/main.c
@@
-119,7
+119,7
@@
main (int argc, char **argv)
_("Options affecting input and output locations:"), the_source_stream);
command_line_processor_add_options (clp, &test_argp,
- _("Diagnos
i
tic options:"), the_source_stream);
+ _("Diagnostic options:"), the_source_stream);
command_line_processor_add_options (clp, &post_init_argp,
_("Options affecting syntax and behavior:"), the_source_stream);