From b4f91f2ba354c16dc23111cc231010c975c717a2 Mon Sep 17 00:00:00 2001 From: Carlos Morata Castillo Date: Sat, 10 Jan 2015 02:08:21 +0100 Subject: Updates in bash autocompletions Hi, I did ./check-undocumented.sh -b (my script just submitted) and checked the results. Cheers. --- shell-completion/bash/systemd-analyze | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-completion/bash/systemd-analyze') diff --git a/shell-completion/bash/systemd-analyze b/shell-completion/bash/systemd-analyze index 77d1b542a2..00947029c6 100644 --- a/shell-completion/bash/systemd-analyze +++ b/shell-completion/bash/systemd-analyze @@ -36,7 +36,7 @@ _systemd_analyze() { local -A OPTS=( [STANDALONE]='--help --version --system --user --from-pattern --to-pattern --order --require --no-pager' - [ARG]='-H --host -M --machine' + [ARG]='-H --host -M --machine --fuzz --man' ) local -A VERBS=( -- cgit v1.2.3-54-g00ecf