From 7adff40839c7b840a5f71a32d95873ea89453a1e Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Tue, 8 Dec 2020 04:17:32 +0300 Subject: Makefile changes, usage message changes, README updates --- voidnsrun.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'voidnsrun.c') 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 : Container path. When this option is not present,\n" " " CONTAINER_DIR_VAR " environment variable is used.\n" " -m : Add bind mount. You can add up to %d paths.\n" - " -u : Add undo utility bind mount. You can add up to %d paths.\n" - " -U : Undo program path. When this option is not present,\n" + " -u : Add undo bind mount. You can add up to %d paths.\n" + " -U : 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); -- cgit v1.2.3