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 4705a22 commit bc9de95Copy full SHA for bc9de95
src/main.c
@@ -59,7 +59,7 @@ static void usage(int code, int keep_it_short) {
59
"The simplest filter is ., which copies jq's input to its output\n"
60
"unmodified except for formatting. For more advanced filters see\n"
61
"the jq(1) manpage (\"man jq\") and/or https://jqlang.github.io/jq/.\n\n"
62
- "Example:\n\n\t $ echo '{\"foo\": 0}' | jq .\n"
+ "Example:\n\n\t$ echo '{\"foo\": 0}' | jq .\n"
63
"\t{\n\t \"foo\": 0\n\t}\n\n",
64
JQ_VERSION, progname, progname, progname);
65
if (keep_it_short) {
0 commit comments