From 03e1b05deb12382080e23eebfc5ff5be9630910e Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Thu, 23 Sep 2021 18:24:35 -0700 Subject: jio: mention entry-arrays in report usage blurb --- src/jio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3