diff options
Diffstat (limited to 'src/import/pull.c')
-rw-r--r-- | src/import/pull.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |