diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-10-30 15:42:06 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-10-30 15:42:06 +0100 |
commit | 53755121e1c8ebd3db0330bc82965ecf9a986449 (patch) | |
tree | 65e89ede550db8a1b47ebefb22d38171033068e7 /src | |
parent | a7893c6b28772edbc7e1fea3c209caa54d465648 (diff) |
machinectl: we don't really just show information, we execute operations
Diffstat (limited to 'src')
-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 83c5da3806..d9a1670732 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -528,8 +528,8 @@ static int help(void) { " --version Show package version\n" " --no-pager Do not pipe output into a pager\n" " --no-ask-password Don't prompt for password\n" - " -H --host=[USER@]HOST Show information for remote host\n" - " -M --machine=CONTAINER Show information for local container\n" + " -H --host=[USER@]HOST Operate on remote host\n" + " -M --machine=CONTAINER Operate on local container\n" " -p --property=NAME Show only properties by this name\n" " -a --all Show all properties, including empty ones\n" " -l --full Do not ellipsize output\n" |