diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-20 13:22:52 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-20 13:25:42 +0200 |
commit | 41145af8a906c893cd89d5eda097d366ac7f9254 (patch) | |
tree | 21cd69e8d036652991a6b597eb6d674ae61312cc /src/machine | |
parent | units: make system-update-pre.target a passive unit (#9349) (diff) | |
download | systemd-41145af8a906c893cd89d5eda097d366ac7f9254.tar.xz systemd-41145af8a906c893cd89d5eda097d366ac7f9254.zip |
Revert "mention alias for poweroff in machinectl --help"
This reverts commit bebd5382ba4c820377f05e1e518c6dfd96b278be.
For the reasoning, see: https://github.com/systemd/systemd/pull/9342#issuecomment-398715417
Diffstat (limited to 'src/machine')
-rw-r--r-- | src/machine/machinectl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 9a5bf36587..d656681daf 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -2682,7 +2682,6 @@ static int help(int argc, char *argv[], void *userdata) { " enable NAME... Enable automatic container start at boot\n" " disable NAME... Disable automatic container start at boot\n" " poweroff NAME... Power off one or more containers\n" - " stop NAME...\n" " reboot NAME... Reboot one or more containers\n" " terminate NAME... Terminate one or more VMs/containers\n" " kill NAME... Send signal to processes of a VM/container\n" |