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[] = {
996 }, 996 },
997 {"socket-type", 997 {"socket-type",
998 /* TRANSLATORS: words after `type:' are keywords. */ 998 /* TRANSLATORS: words after `type:' are keywords. */
999 N_("type: stream | dgram | raw | rdm | seqpacket"), 999 N_("type: {stream | dgram | raw | rdm | seqpacket}"),
1000 N_("Set socket type."), 1000 N_("Set socket type."),
1001 grecs_type_int, NULL, 1001 grecs_type_int, NULL,
1002 offsetof (struct component, socket_type), 1002 offsetof (struct component, socket_type),
@@ -1086,7 +1086,7 @@ struct grecs_keyword component_keywords[] = {
1086 NULL, 1086 NULL,
1087 }, 1087 },
1088 {"return-code", 1088 {"return-code",
1089 N_("<tag: exit-code-list>"), 1089 N_("tag: exit-code-list"),
1090 N_("Define what to do when the component finishes."), 1090 N_("Define what to do when the component finishes."),
1091 grecs_type_section, NULL, 0, 1091 grecs_type_section, NULL, 0,
1092 return_code_section_parser, NULL, return_code_keywords}, 1092 return_code_section_parser, NULL, return_code_keywords},
@@ -1399,7 +1399,7 @@ _cb_include_inetd (enum grecs_callback_command cmd,
1399 1399
1400struct grecs_keyword pies_keywords[] = { 1400struct grecs_keyword pies_keywords[] = {
1401 {"component", 1401 {"component",
1402 N_("<tag: string>"), 1402 N_("tag: string"),
1403 N_("Define a component"), 1403 N_("Define a component"),
1404 grecs_type_section, NULL, 0, 1404 grecs_type_section, NULL, 0,
1405 component_section_parser, NULL, component_keywords}, 1405 component_section_parser, NULL, component_keywords},
@@ -1474,7 +1474,7 @@ struct grecs_keyword pies_keywords[] = {
1474 NULL, 1474 NULL,
1475 }, 1475 },
1476 {"return-code", 1476 {"return-code",
1477 N_("<tag: exit-code-list>"), 1477 N_("tag: exit-code-list"),
1478 N_("Define what to do when the component finishes."), 1478 N_("Define what to do when the component finishes."),
1479 grecs_type_section, &default_component, 0, 1479 grecs_type_section, &default_component, 0,
1480 return_code_section_parser, NULL, return_code_keywords}, 1480 return_code_section_parser, NULL, return_code_keywords},

Return to:

Send suggestions and report system problems to the System administrator.