diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-03-04 18:54:08 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-03-05 00:59:37 +0100 |
commit | 776a972612be7131ce6f7accd66e75ca7e0fce2a (patch) | |
tree | 49fa0a27b7d1e1420eeb52cff2d288675190d8c9 | |
parent | 3e2cda698f05d7290a8b9444d2c7d5c2599b2a27 (diff) |
pull: improve --help text
-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" |