diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-09-23 18:24:35 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-09-23 18:24:35 -0700 |
commit | 03e1b05deb12382080e23eebfc5ff5be9630910e (patch) | |
tree | 988cb55b72afe905894e36611ad1d6e22a154a80 | |
parent | 473f9ed67cfe73ea6ea998abc8762df3e51b54da (diff) |
jio: mention entry-arrays in report usage blurb
-rw-r--r-- | src/jio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |