From 587fec427c80b6c34dcf1d7570f891fcb652a7c5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 9 Mar 2015 17:55:07 +0100 Subject: importd: add API for exporting container/VM images Also, expose it in machinectl. --- src/import/pull.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/import/pull.c') diff --git a/src/import/pull.c b/src/import/pull.c index 03a17a5fe5..ef7b0359a7 100644 --- a/src/import/pull.c +++ b/src/import/pull.c @@ -319,7 +319,7 @@ static int pull_dkr(int argc, char *argv[], void *userdata) { static int help(int argc, char *argv[], void *userdata) { printf("%s [OPTIONS...] {COMMAND} ...\n\n" - "Download container or virtual machine image.\n\n" + "Download container or virtual machine images.\n\n" " -h --help Show this help\n" " --version Show package version\n" " --force Force creation of image\n" -- cgit v1.2.3-54-g00ecf