From 53755121e1c8ebd3db0330bc82965ecf9a986449 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 30 Oct 2013 15:42:06 +0100 Subject: machinectl: we don't really just show information, we execute operations --- src/machine/machinectl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/machine') 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" -- cgit v1.2.3-54-g00ecf