diff options
author | Nis Martensen <nis.martensen@web.de> | 2012-05-16 22:49:30 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-21 18:31:43 +0200 |
commit | 386da8589b4206b7fc5f5729908473edacbee013 (patch) | |
tree | 7e867df6900ada368e729c3ba5957c004365e9d6 /src/systemctl | |
parent | 4d768ced49dfcd53a2372b69c3187f701ce7e331 (diff) |
delta: fix spelling of overridden
Diffstat (limited to 'src/systemctl')
-rw-r--r-- | src/systemctl/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 0d2044f874..b4253a45b1 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -4304,7 +4304,7 @@ static int shutdown_help(void) { " -H --halt Halt the machine\n" " -P --poweroff Power-off the machine\n" " -r --reboot Reboot the machine\n" - " -h Equivalent to --poweroff, overriden by --halt\n" + " -h Equivalent to --poweroff, overridden by --halt\n" " -k Don't halt/power-off/reboot, just send warnings\n" " --no-wall Don't send wall message before halt/power-off/reboot\n" " -c Cancel a pending shutdown\n", |