aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-11-26 23:25:57 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-11-26 23:25:57 +0200
commitf9149236fea1c95f30ca0ffdebfa7726fe726291 (patch)
tree03a119db1fa8be853aad43eee8345aa50a4b5895
parent9de9182e3517c677e2309b0dd58ab4e3af1b3176 (diff)
downloadpies-f9149236fea1c95f30ca0ffdebfa7726fe726291.tar.gz
pies-f9149236fea1c95f30ca0ffdebfa7726fe726291.tar.bz2
Fix config-help output
-rw-r--r--src/pies.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pies.c b/src/pies.c
index a09b984..c583d7b 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -996,7 +996,7 @@ struct grecs_keyword component_keywords[] = {
},
{"socket-type",
/* TRANSLATORS: words after `type:' are keywords. */
- N_("type: stream | dgram | raw | rdm | seqpacket"),
+ N_("type: {stream | dgram | raw | rdm | seqpacket}"),
N_("Set socket type."),
grecs_type_int, NULL,
offsetof (struct component, socket_type),
@@ -1086,7 +1086,7 @@ struct grecs_keyword component_keywords[] = {
NULL,
},
{"return-code",
- N_("<tag: exit-code-list>"),
+ N_("tag: exit-code-list"),
N_("Define what to do when the component finishes."),
grecs_type_section, NULL, 0,
return_code_section_parser, NULL, return_code_keywords},
@@ -1399,7 +1399,7 @@ _cb_include_inetd (enum grecs_callback_command cmd,
struct grecs_keyword pies_keywords[] = {
{"component",
- N_("<tag: string>"),
+ N_("tag: string"),
N_("Define a component"),
grecs_type_section, NULL, 0,
component_section_parser, NULL, component_keywords},
@@ -1474,7 +1474,7 @@ struct grecs_keyword pies_keywords[] = {
NULL,
},
{"return-code",
- N_("<tag: exit-code-list>"),
+ N_("tag: exit-code-list"),
N_("Define what to do when the component finishes."),
grecs_type_section, &default_component, 0,
return_code_section_parser, NULL, return_code_keywords},

Return to:

Send suggestions and report system problems to the System administrator.