From 7f444afa1b62920265fec99a61cb4dc53d521956 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 22 Jan 2015 15:13:53 +0100 Subject: import: rename --verify=sum to --verify=checksum This is how we call it internally, and also a bit more descriptive. --- src/machine/machinectl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/machine/machinectl.c') 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" -- cgit v1.2.3-54-g00ecf