From eaf0ebc20377f8769d459da24b4afe19b189477d Mon Sep 17 00:00:00 2001 From: "B. Bergeron" Date: Wed, 16 Jul 2025 00:49:41 -0400 Subject: Add missing switch usage --- run_landlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_landlock.c') diff --git a/run_landlock.c b/run_landlock.c index da76f05..57307ce 100644 --- a/run_landlock.c +++ b/run_landlock.c @@ -83,7 +83,7 @@ int main(int argc, char **argv) break; case 'h': - printf("Usage: %s [[-r type subject actions] ...] command [args ...]\n", argv0); + printf("Usage: %s [-hv] [[-r type subject actions] ...] command [args ...]\n", argv0); return EXIT_SUCCESS; case 'v': -- cgit v1.2.3