uxc: fix help output
[project/procd.git] / 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");