diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | run_landlock.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ Running run_landlock -------------------- Usage: - run_landlock [-h] [[-r type subject actions] ...] command [args ...] + run_landlock [-hv] [[-r type subject actions] ...] command [args ...] See the man page for additional details. 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': |