diff options
Diffstat (limited to 'run_landlock.c')
-rw-r--r-- | run_landlock.c | 2 |
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': |