]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix grammar in some of the executables
authorChristian Brauner <christianvanbrauner@gmail.com>
Sat, 8 Aug 2015 00:34:18 +0000 (02:34 +0200)
committerChristian Brauner <christianvanbrauner@gmail.com>
Sat, 8 Aug 2015 00:36:12 +0000 (02:36 +0200)
"NAME for name of the container" becomes "NAME of the container"

Signed-off-by: Christian Brauner <christianvanbrauner@gmail.com>
15 files changed:
src/lxc/lxc_attach.c
src/lxc/lxc_checkpoint.c
src/lxc/lxc_console.c
src/lxc/lxc_create.c
src/lxc/lxc_destroy.c
src/lxc/lxc_device.c
src/lxc/lxc_execute.c
src/lxc/lxc_freeze.c
src/lxc/lxc_info.c
src/lxc/lxc_init.c
src/lxc/lxc_monitor.c
src/lxc/lxc_start.c
src/lxc/lxc_stop.c
src/lxc/lxc_unfreeze.c
src/lxc/lxc_wait.c

index d28b22c7a6aef253ac1441dcb703f7e422a67c11..94f0f7a142cddd5fe0fa67e9dbb7aa985a58adc2 100644 (file)
@@ -146,7 +146,7 @@ static struct lxc_arguments my_args = {
 Execute the specified COMMAND - enter the container NAME\n\
 \n\
 Options :\n\
-  -n, --name=NAME   NAME for name of the container\n\
+  -n, --name=NAME   NAME of the container\n\
   -e, --elevated-privileges=PRIVILEGES\n\
                     Use elevated privileges instead of those of the\n\
                     container. If you don't specify privileges to be\n\
index 2e76c2ec4f16413c44901ea23732bcf101af73c0..3e5de4a3cbc6fe336b52cd7a1056326f99a6eec0 100644 (file)
@@ -105,7 +105,7 @@ lxc-checkpoint checkpoints and restores a container\n\
   its running state at a later time.\n\
 \n\
 Options :\n\
-  -n, --name=NAME           NAME for name of the container\n\
+  -n, --name=NAME           NAME of the container\n\
   -r, --restore             Restore container\n\
   -D, --checkpoint-dir=DIR  directory to save the checkpoint in\n\
   -v, --verbose             Enable verbose criu logs\n\
index b22322b1e2b85b7e3f520df0268ed1772e97781f..adbd7e019021d91c5fb2da901a2f565ab0d1a150 100644 (file)
@@ -78,7 +78,7 @@ static struct lxc_arguments my_args = {
 lxc-console logs on the container with the identifier NAME\n\
 \n\
 Options :\n\
-  -n, --name=NAME      NAME for name of the container\n\
+  -n, --name=NAME      NAME of the container\n\
   -t, --tty=NUMBER     console tty number\n\
   -e, --escape=PREFIX  prefix for escape command\n",
        .options  = my_longopts,
index 8f46db941d0457c0ad4a059b006cf1de6a266785..f1094fba8fa73639c4c94e2754e7e8f364ee1f85 100644 (file)
@@ -61,7 +61,7 @@ static uint64_t get_fssize(char *s)
        else if (*end == 't' || *end == 'T')
                ret *= 1024ULL * 1024ULL * 1024ULL * 1024ULL;
        else
-       {               
+       {
                fprintf(stderr, "Invalid blockdev unit size '%c' in '%s', using default size\n", *end, s);
                return 0;
        }
@@ -131,7 +131,7 @@ static struct lxc_arguments my_args = {
 lxc-create creates a container\n\
 \n\
 Options :\n\
-  -n, --name=NAME    NAME for name of the container\n\
+  -n, --name=NAME    NAME of the container\n\
   -f, --config=file  Initial configuration file\n\
   -t, --template=t   Template to use to setup container\n\
   -B, --bdev=BDEV    Backing store type to use\n\
index 955fc23f743b3fc22f751ed703e740f2674c9d1d..ffae907c735ba4624b9a17b25ac5fa95f2e539e6 100644 (file)
@@ -52,7 +52,7 @@ static struct lxc_arguments my_args = {
 lxc-destroy destroys a container with the identifier NAME\n\
 \n\
 Options :\n\
-  -n, --name=NAME   NAME for name of the container\n\
+  -n, --name=NAME   NAME of the container\n\
   -f, --force       wait for the container to shut down\n",
        .options  = my_longopts,
        .parser   = my_parser,
index 6d715d36c319b1e45b39ee385ceb3b6b389e0ad4..0c9e06648eb97f1d0bb090995447081ee61742e4 100644 (file)
@@ -53,7 +53,7 @@ static struct lxc_arguments my_args = {
 lxc-device attach or detach DEV to or from container.\n\
 \n\
 Options :\n\
-  -n, --name=NAME      NAME for name of the container",
+  -n, --name=NAME      NAME of the container",
        .options  = my_longopts,
        .parser   = NULL,
        .checker  = NULL,
index 4f1e1f674f099c80280c350aa2e6fc86f8dea3ac..d2c1248cd70b35b6ebb6d7cd053235176660d196 100644 (file)
@@ -79,7 +79,7 @@ lxc-execute creates a container with the identifier NAME\n\
 and execs COMMAND into this container.\n\
 \n\
 Options :\n\
-  -n, --name=NAME      NAME for name of the container\n\
+  -n, --name=NAME      NAME of the container\n\
   -f, --rcfile=FILE    Load configuration file FILE\n\
   -s, --define KEY=VAL Assign VAL to configuration variable KEY\n",
        .options  = my_longopts,
index 0744c82ea9b6eb615c6b3f5ab767df6cc341e044..ea8bd3eaec2fd422e206d2a555d670efc56ccb0a 100644 (file)
@@ -47,7 +47,7 @@ static struct lxc_arguments my_args = {
 lxc-freeze freezes a container with the identifier NAME\n\
 \n\
 Options :\n\
-  -n, --name=NAME      NAME for name of the container",
+  -n, --name=NAME      NAME of the container",
        .options  = my_longopts,
        .parser   = NULL,
        .checker  = NULL,
index b360aa8f7b37f5b8e8c95100b10c317428963c3a..9f1c469914789e239374f7940bc79845a95f3fe9 100644 (file)
@@ -87,7 +87,7 @@ static struct lxc_arguments my_args = {
 lxc-info display some information about a container with the identifier NAME\n\
 \n\
 Options :\n\
-  -n, --name=NAME       NAME for name of the container\n\
+  -n, --name=NAME       NAME of the container\n\
   -c, --config=KEY      show configuration variable KEY from running container\n\
   -i, --ips             shows the IP addresses\n\
   -p, --pid             shows the process id of the init container\n\
index 62ed4ad1b14a79c70fe42559affc94f248621a99..f4b120db0f299cb90d91cf3b707e71065d4d60e8 100644 (file)
@@ -61,7 +61,7 @@ static void interrupt_handler(int sig)
 static void usage(void) {
        fprintf(stderr, "Usage: lxc-init [OPTION]...\n\n"
                "Common options :\n"
-               "  -n, --name=NAME          NAME for name of the container\n"
+               "  -n, --name=NAME          NAME of the container\n"
                "  -l, --logpriority=LEVEL  Set log priority to LEVEL\n"
                "  -q, --quiet              Don't produce any output\n"
                "  -P, --lxcpath=PATH       Use specified container path\n"
index 3f967028f17280817fefdba7814f7ed86387889b..6ccc55a88e8a119504d1a085a2394a3a4693e43f 100644 (file)
@@ -61,7 +61,7 @@ static struct lxc_arguments my_args = {
 lxc-monitor monitors the state of the NAME container\n\
 \n\
 Options :\n\
-  -n, --name=NAME   NAME for name of the container\n\
+  -n, --name=NAME   NAME of the container\n\
                     NAME may be a regular expression\n\
   -Q, --quit        tell lxc-monitord to quit\n",
        .name     = ".*",
index b9d1add19477daa9d544f6b46d7204f6e35cc297..ec6ee219ccd99158737979330aca00aad404a801 100644 (file)
@@ -181,7 +181,7 @@ static struct lxc_arguments my_args = {
 lxc-start start COMMAND in specified container NAME\n\
 \n\
 Options :\n\
-  -n, --name=NAME        NAME for name of the container\n\
+  -n, --name=NAME        NAME of the container\n\
   -d, --daemon           Daemonize the container (default)\n\
   -F, --foreground       Start with the current tty attached to /dev/console\n\
   -p, --pidfile=FILE     Create a file with the process id\n\
index 705453266e40d79e87b47776504e8a751c31bed4..10ddce6a9e3697eaf90c738e1554c4c5d61d6b14 100644 (file)
@@ -69,7 +69,7 @@ static struct lxc_arguments my_args = {
 lxc-stop stops a container with the identifier NAME\n\
 \n\
 Options :\n\
-  -n, --name=NAME   NAME for name of the container\n\
+  -n, --name=NAME   NAME of the container\n\
   -r, --reboot      reboot the container\n\
   -W, --nowait      don't wait for shutdown or reboot to complete\n\
   -t, --timeout=T   wait T seconds before hard-stopping\n\
index 6a40ed74d1733664691663977b0c938bae7c4614..3a13d3723fac04a28f281bbc5e7ae4c2aba8313c 100644 (file)
@@ -45,7 +45,7 @@ static struct lxc_arguments my_args = {
 lxc-unfreeze unfreezes a container with the identifier NAME\n\
 \n\
 Options :\n\
-  -n, --name=NAME   NAME for name of the container\n",
+  -n, --name=NAME   NAME of the container\n",
        .options  = my_longopts,
        .parser   = NULL,
        .checker  = NULL,
index 897d0ea3d9f71183fd08130a7794b11ea6f27bda..712ba52d6051843809024c77a49c27b0f3d34c5c 100644 (file)
@@ -68,7 +68,7 @@ static struct lxc_arguments my_args = {
 lxc-wait waits for NAME container state to reach STATE\n\
 \n\
 Options :\n\
-  -n, --name=NAME   NAME for name of the container\n\
+  -n, --name=NAME   NAME of the container\n\
   -s, --state=STATE ORed states to wait for\n\
                     STOPPED, STARTING, RUNNING, STOPPING,\n\
                     ABORTING, FREEZING, FROZEN, THAWED\n\