From: Lennart Poettering Date: Wed, 30 Oct 2013 14:42:06 +0000 (+0100) Subject: machinectl: we don't really just show information, we execute operations X-Git-Tag: v209~1713 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=53755121e1c8ebd3db0330bc82965ecf9a986449 machinectl: we don't really just show information, we execute operations --- diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 83c5da380..d9a167073 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"