summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2015-12-15 00:00:03 -0600
committerNicolas Williams <nico@cryptonector.com>2015-12-15 00:00:03 -0600
commit856a4b2f3faf2d6312aad47599e102c8c48d1bdd (patch)
tree9cf5988b5de54fd846ead0296fadc3ebeec87176 /src/main.c
parent6d76cd0a99a2b9c2c98aabcdd50a42b6622edc04 (diff)
Add note about IEEE754 to help msg
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f68ea2bf..8ffa0dbb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -54,7 +54,8 @@ static void usage(int code) {
"its JSON text inputs and producing the filter's results as JSON on\n"
"standard output.\n\n"
"The simplest filter is ., which copies jq's input to its output\n"
- "unmodified (except for formatting).\n\n"
+ "unmodified (except for formatting, but note that IEEE754 is used\n"
+ "for number representation internally, with all that that implies).\n\n"
"For more advanced filters see the jq(1) manpage (\"man jq\")\n"
"and/or https://stedolan.github.io/jq\n\n"
"Example:\n\n\t$ echo '{\"foo\": 0}' | jq .\n"