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/machine | |
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/machine')
-rw-r--r-- | src/machine/machinectl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 11b2c004b8..fa98d0b03e 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -2218,8 +2218,8 @@ static int help(int argc, char *argv[], void *userdata) { " -o --output=STRING Change journal output mode (short,\n" " short-monotonic, verbose, export, json,\n" " json-pretty, json-sse, cat)\n" - " --verify=MODE Verification mode for downloaded images (no, sum,\n" - " signature)\n" + " --verify=MODE Verification mode for downloaded images (no,\n" + " checksum, signature)\n" " --force Download image even if already exists\n" " --dkr-index-url=URL Specify the index URL to use for DKR image\n" " downloads\n\n" |