summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-09-23 18:24:35 -0700
committerVito Caputo <vcaputo@pengaru.com>2021-09-23 18:24:35 -0700
commit03e1b05deb12382080e23eebfc5ff5be9630910e (patch)
tree988cb55b72afe905894e36611ad1d6e22a154a80
parent473f9ed67cfe73ea6ea998abc8762df3e51b54da (diff)
jio: mention entry-arrays in report usage blurb
-rw-r--r--src/jio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jio.c b/src/jio.c
index 2730eac..e37f718 100644
--- a/src/jio.c
+++ b/src/jio.c
@@ -103,7 +103,7 @@ int main(int argc, char *argv[])
}
} else if (!strcmp(argv[1], "report")) {
if (argc < 3) {
- printf("Usage: %s report {layout,usage,tail-waste}\n", argv[0]);
+ printf("Usage: %s report {entry-arrays,layout,tail-waste,usage}\n", argv[0]);
return 0;
}
© All Rights Reserved