diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-12-20 17:50:42 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-12-21 19:09:31 +0100 |
commit | fc2288f0be9384789c18259b66082c5fb395407f (patch) | |
tree | 08dce5c1c0df612f75622f100ebace1ccee2d230 /src/machine/machinectl.c | |
parent | 91359193c359180e6f9453a5afa1e68efdf2b064 (diff) |
machinectl: minor indentation fix
Diffstat (limited to 'src/machine/machinectl.c')
-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 36c2607ba9..efb20c3622 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -2670,9 +2670,9 @@ 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,\n" + " --verify=MODE Verification mode for downloaded images (no,\n" " checksum, signature)\n" - " --force Download image even if already exists\n\n" + " --force Download image even if already exists\n\n" "Machine Commands:\n" " list List running VMs and containers\n" " status NAME... Show VM/container details\n" |