diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-22 15:13:53 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-22 15:14:36 +0100 |
commit | 7f444afa1b62920265fec99a61cb4dc53d521956 (patch) | |
tree | 963e8f569b862daee12bb9ceb35740c78720c111 /src/import/import.c | |
parent | e0ea94c1e2ab3930c85c6057189a2a829a13a800 (diff) |
import: rename --verify=sum to --verify=checksum
This is how we call it internally, and also a bit more descriptive.
Diffstat (limited to 'src/import/import.c')
-rw-r--r-- | src/import/import.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/import.c b/src/import/import.c index 5b1d0c1417..9bd8b77477 100644 --- a/src/import/import.c +++ b/src/import/import.c @@ -323,8 +323,8 @@ static int help(int argc, char *argv[], void *userdata) { " -h --help Show this help\n" " --version Show package version\n" " --force Force creation of image\n" - " --verify= Verify downloaded image, one of: 'no', 'sum'\n" - " 'signature'.\n" + " --verify= Verify downloaded image, one of: 'no',\n" + " 'checksum', 'signature'.\n" " --image-root= Image root directory\n" " --dkr-index-url=URL Specify index URL to use for downloads\n\n" "Commands:\n" |