From 840b2c0e77911bef3056f358b8d16a3253e4ab70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 28 Sep 2015 14:43:26 -0400 Subject: shell-completion: use systemctl --state=help This way completion lists should stay up to date. Also use systemctl -t help to list types in zsh, as was already done in bash. --- shell-completion/bash/systemctl.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'shell-completion/bash') diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index 4d63e2870f..c8e17de7bc 100644 --- a/shell-completion/bash/systemctl.in +++ b/shell-completion/bash/systemctl.in @@ -119,9 +119,7 @@ _systemctl () { comps=$(__systemctl $mode -t help) ;; --state) - comps='loaded not-found stub - active inactive failed - dead elapsed exited listening mounted plugged running waiting' + comps=$(__systemctl $mode --state=help) ;; --job-mode) comps='fail replace replace-irreversibly isolate -- cgit v1.2.3