You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.2 KiB
24 lines
1.2 KiB
From 88cc61d44a1567fd81e073defa01fc351051fec5 Mon Sep 17 00:00:00 2001 |
|
From: Jan Synacek <jan.synacek@gmail.com> |
|
Date: Wed, 25 Jan 2017 13:44:04 +0100 |
|
Subject: [PATCH] bash-completion: add support for --now (#5155) |
|
|
|
(cherry picked from commit 0067c7b29ab996bf99cf1bafe63c118b9b6d5b56) |
|
Resolves: #1351806 |
|
--- |
|
shell-completion/bash/systemctl.in | 2 +- |
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in |
|
index 0a022c4cf..a1dde32c3 100644 |
|
--- a/shell-completion/bash/systemctl.in |
|
+++ b/shell-completion/bash/systemctl.in |
|
@@ -91,7 +91,7 @@ _systemctl () { |
|
|
|
local -A OPTS=( |
|
[STANDALONE]='--all -a --reverse --after --before --defaults --fail --ignore-dependencies --failed --force -f --full -l --global |
|
- --help -h --no-ask-password --no-block --no-legend --no-pager --no-reload --no-wall |
|
+ --help -h --no-ask-password --no-block --no-legend --no-pager --no-reload --no-wall --now |
|
--quiet -q --privileged -P --system --version --runtime --recursive -r' |
|
[ARG]='--host -H --kill-who --property -p --signal -s --type -t --state --root' |
|
)
|
|
|