machinectl: we don't really just show information, we execute operations

This commit is contained in:
Lennart Poettering 2013-10-30 15:42:06 +01:00
parent a7893c6b28
commit 53755121e1

View file

@ -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"