summaryrefslogtreecommitdiff
path: root/run_landlock.c
diff options
context:
space:
mode:
authorB. Bergeron <[email protected]>2025-07-16 00:49:41 -0400
committerB. Bergeron <[email protected]>2025-07-16 00:49:41 -0400
commiteaf0ebc20377f8769d459da24b4afe19b189477d (patch)
treec98020403af6796a3fca6eb6f67abb11a449ba1e /run_landlock.c
parentea4e6f9000482dd6c1b372d8c6611cc39285e5c7 (diff)
Add missing switch usageHEADmaster
Diffstat (limited to 'run_landlock.c')
-rw-r--r--run_landlock.c2
1 files changed, 1 insertions, 1 deletions
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':