From: Yu Watanabe Date: Thu, 21 Jun 2018 01:47:51 +0000 (+0900) Subject: bash-completion: support 'timedatectl show' X-Git-Tag: v239~8^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c46878eda4e81eb06cf0643e8998d3ce0d99d5c;p=thirdparty%2Fsystemd.git bash-completion: support 'timedatectl show' --- diff --git a/shell-completion/bash/timedatectl b/shell-completion/bash/timedatectl index 9830368a592..b2dd1a88c41 100644 --- a/shell-completion/bash/timedatectl +++ b/shell-completion/bash/timedatectl @@ -57,7 +57,7 @@ _timedatectl() { local -A VERBS=( [BOOLEAN]='set-local-rtc set-ntp' - [STANDALONE]='status list-timezones timesync-status show-timesync' + [STANDALONE]='status show list-timezones timesync-status show-timesync' [TIMEZONES]='set-timezone' [TIME]='set-time' )