summaryrefslogtreecommitdiff
path: root/voidnsrun.c
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2020-12-08 04:17:32 +0300
committerEvgeny Zinoviev <me@ch1p.io>2020-12-08 04:17:32 +0300
commit7adff40839c7b840a5f71a32d95873ea89453a1e (patch)
treebccd6173b8c1ef1122c3042ca6ffda63c92f9968 /voidnsrun.c
parent34a0a81ed23d9bccf9efbe92c58c85426bf41dc8 (diff)
Makefile changes, usage message changes, README updates
Diffstat (limited to 'voidnsrun.c')
-rw-r--r--voidnsrun.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/voidnsrun.c b/voidnsrun.c
index d82d00e..8516343 100644
--- a/voidnsrun.c
+++ b/voidnsrun.c
@@ -34,12 +34,11 @@ void usage(const char *progname)
" -r <path>: Container path. When this option is not present,\n"
" " CONTAINER_DIR_VAR " environment variable is used.\n"
" -m <path>: Add bind mount. You can add up to %d paths.\n"
- " -u <path>: Add undo utility bind mount. You can add up to %d paths.\n"
- " -U <path>: Undo program path. When this option is not present,\n"
+ " -u <path>: Add undo bind mount. You can add up to %d paths.\n"
+ " -U <path>: Path to " VOIDNSUNDO_NAME ". When this option is not present,\n"
" " UNDO_BIN_VAR " environment variable is used.\n"
- " -i: Don't treat missing source or target for an added mount\n"
- " as an error.\n"
- " -V: Verbose output.\n"
+ " -i: Don't treat missing source or target for added mounts as error.\n"
+ " -V: Enable verbose output.\n"
" -h: Print this help.\n"
" -v: Print version.\n",
USER_LISTS_MAX, USER_LISTS_MAX);