[systemd-commits] src/machine

Lennart Poettering lennart at kemper.freedesktop.org
Thu Mar 5 07:52:31 PST 2015


 src/machine/machinectl.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e721d697db20c976c9eebd32c461d2b957efa437
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Mar 5 16:52:15 2015 +0100

    machinectl: minor --help text improvements

diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index 2f2b771..afc4fd6 100644
--- a/src/machine/machinectl.c
+++ b/src/machine/machinectl.c
@@ -2197,10 +2197,10 @@ static int help(int argc, char *argv[], void *userdata) {
                "  rename NAME NAME            Rename an image\n"
                "  read-only NAME [BOOL]       Mark or unmark image read-only\n"
                "  remove NAME...              Remove an image\n"
-               "  set-limit [NAME] BYTES      Set image or pool size limit (quota)\n\n"
+               "  set-limit [NAME] BYTES      Set image or pool size limit (disk quota)\n\n"
                "Image Transfer Commands:\n"
                "  import-tar FILE [NAME]      Import a local TAR container image\n"
-               "  import-raw FILE [NAME]      Import a local RAW container image\n"
+               "  import-raw FILE [NAME]      Import a local RAW container or VM image\n"
                "  pull-tar URL [NAME]         Download a TAR container image\n"
                "  pull-raw URL [NAME]         Download a RAW container or VM image\n"
                "  pull-dkr REMOTE [NAME]      Download a DKR container image\n"



More information about the systemd-commits mailing list