diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-01-12 10:19:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-12 10:19:30 +0100 |
commit | e843b04ee95815e862d9d4399ca99680b2b6f6ea (patch) | |
tree | 10a07ca608f7d7678a35b322f45584169877e98a /shell-completion/bash/systemctl.in | |
parent | fb1baf9218c12d634e82faaa0ca6cc1b2ac5fc13 (diff) | |
parent | 9a4bf1e8d311513167dc5b456a243d78c52976fb (diff) |
Merge pull request #5069 from keszybz/fixlets
Small fixes and enhancements to docs and code
Diffstat (limited to 'shell-completion/bash/systemctl.in')
-rw-r--r-- | shell-completion/bash/systemctl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index dcf71a1f51..34589e2888 100644 --- a/shell-completion/bash/systemctl.in +++ b/shell-completion/bash/systemctl.in @@ -19,7 +19,7 @@ __systemctl() { local mode=$1; shift 1 - systemctl $mode --full --no-legend "$@" + systemctl $mode --full --no-legend "$@" 2>/dev/null } __systemd_properties() { |