uxc: fix help output
authorDaniel Golle <daniel@makrotopia.org>
Sun, 15 Aug 2021 11:56:34 +0000 (12:56 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 15 Aug 2021 14:16:33 +0000 (15:16 +0100)
CLI option 'mounts' is wrongly called 'volumes' in help output.
Fix that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
uxc.c

diff --git a/uxc.c b/uxc.c
index 026fc7e645c123e874e3e814e3fb346c126fc6f6..35036dd816f44424dc7023e0a0d58ce94d5c820b 100644 (file)
--- a/uxc.c
+++ b/uxc.c
@@ -94,7 +94,7 @@ static int usage(void) {
        printf("                [--autostart]\t\t\t\tstart on boot\n");
        printf("                [--temp-overlay-size size]\t\tuse tmpfs overlay with {size}\n");
        printf("                [--write-overlay-path path]\t\tuse overlay on {path}\n");
-       printf("                [--volumes v1,v2,...,vN]\t\trequire volumes to be available\n");
+       printf("                [--mounts v1,v2,...,vN]\t\trequire filesystems to be available\n");
        printf("\tstart <conf>\t\t\t\t\tstart container <conf>\n");
        printf("\tstate <conf>\t\t\t\t\tget state of container <conf>\n");
        printf("\tkill <conf> [<signal>]\t\t\t\tsend signal to container <conf>\n");