diff options
-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 b6283b54aa..b3c48b320b 100644 --- a/src/import/pull.c +++ b/src/import/pull.c @@ -325,7 +325,7 @@ static int help(int argc, char *argv[], void *userdata) { " --force Force creation of image\n" " --verify= Verify downloaded image, one of: 'no',\n" " 'checksum', 'signature'.\n" - " --image-root= Image root directory\n" + " --image-root=PATH Image root directory\n" " --dkr-index-url=URL Specify index URL to use for downloads\n\n" "Commands:\n" " tar URL [NAME] Download a TAR image\n" |