We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf6ce1 commit 8c0f6c1Copy full SHA for 8c0f6c1
main/format_output.c
@@ -143,7 +143,7 @@ void
143
status_body_json(gchar *fmt_line, int size)
144
{
145
g_snprintf(fmt_line, size,
146
- "{\n \"key\":\"%%s\",\n \"status\":\"%%s\","
+ " {\n \"key\":\"%%s\",\n \"status\":\"%%s\","
147
"\n \"pid\":\"%%d\",\n \"#start\":\"%%d\","
148
"\n \"#died\":\"%%d\",\n \"csz\":\"%%ld\","
149
"\n \"ssz\":\"%%ld\",\n \"mfd\":\"%%ld\","
main/gridinit_cmd.c
@@ -655,14 +655,6 @@ struct command_s {
655
{ NULL, NULL }
656
};
657
658
-static void
659
-help(void)
660
-{
661
-
662
- close(1);
663
- exit(0);
664
-}
665
666
static void
667
usage(void)
668
0 commit comments