summaryrefslogtreecommitdiffstats
path: root/Completion/BSD/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/BSD/Command')
-rw-r--r--Completion/BSD/Command/_bectl1
-rw-r--r--Completion/BSD/Command/_csup26
-rw-r--r--Completion/BSD/Command/_freebsd-update1
-rw-r--r--Completion/BSD/Command/_pfctl2
-rw-r--r--Completion/BSD/Command/_portaudit14
5 files changed, 3 insertions, 41 deletions
diff --git a/Completion/BSD/Command/_bectl b/Completion/BSD/Command/_bectl
index 484fa0159..8bbcdf628 100644
--- a/Completion/BSD/Command/_bectl
+++ b/Completion/BSD/Command/_bectl
@@ -43,6 +43,7 @@ if [[ $state = args ]]; then
args+=(
'-r[create recursive boot environment]'
'-e+[clone specified boot environment]: :->boot-environs'
+ '-E[create new empty boot environment]'
)
;;
destroy)
diff --git a/Completion/BSD/Command/_csup b/Completion/BSD/Command/_csup
deleted file mode 100644
index 69e13f3d1..000000000
--- a/Completion/BSD/Command/_csup
+++ /dev/null
@@ -1,26 +0,0 @@
-#compdef csup
-
-_arguments -s \
- '-1[disable automatic retries]' \
- '-4[force usage of IPv4 addresses]' \
- '-6[force usage of IPv6 addresses]' \
- '-A[local address to bind to when connecting to the server]:local address:_hosts' \
- '-b[base directory]:base directory:_files -/' \
- '-c[subdirectory of base for information about collections]:collections directory:_files -/' \
- '-d[maximum number of deleted files]:maximum number of deleted files:' \
- '-h[server host]:server host:_hosts' \
- '-i[include only files and directories matching]:file pattern:' \
- '-k[keep temporary copies of failed updates]' \
- '-l[lock file]:lock file:_files' \
- '-L[verbosity level]:verbosity level:(0 1 2)' \
- '-L0[verbosity level 0]' \
- '-L1[verbosity level 1]' \
- '-L2[verbosity level 2]' \
- '-p[server port]:port:_ports' \
- '-r[maximum number of retries]:maximum number of retries:' \
- '-s[suppress status checks]' \
- '-v[print version information]' \
- '(-Z)-z[enable compression]' \
- '(-z)-Z[disable compression]' \
- ':csup file:_files' \
- ':destination directory:_files -/'
diff --git a/Completion/BSD/Command/_freebsd-update b/Completion/BSD/Command/_freebsd-update
index af37641e4..0d1f008ac 100644
--- a/Completion/BSD/Command/_freebsd-update
+++ b/Completion/BSD/Command/_freebsd-update
@@ -22,5 +22,6 @@ _arguments \
'-r[specify the new release]:new release' \
'-s[fetch files from the specified server or server pool]:server:_hosts' \
'-t[mail output of cron command, if any, to address]:address' \
+ '-v[set output verbosity]:level [stats]:(stats nostats debug)' \
'--currently-running[assume specified release as current]:release' \
'*:command:_values -S " " -w "commands" $flags[@]'
diff --git a/Completion/BSD/Command/_pfctl b/Completion/BSD/Command/_pfctl
index 7756239d8..a664b6dd7 100644
--- a/Completion/BSD/Command/_pfctl
+++ b/Completion/BSD/Command/_pfctl
@@ -99,7 +99,7 @@ case $OSTYPE in
;;
esac
-_arguments -s $args \
+_arguments -s : $args \
'-a[apply flags -f, -F, and -s only to the rules in the specified anchor]:anchor' \
'-F+[flush the filter parameters specified by modifier]:modifier:(($pfctl_flush_modifiers))' \
'-D+[define macro to be set to value]:macro' \
diff --git a/Completion/BSD/Command/_portaudit b/Completion/BSD/Command/_portaudit
deleted file mode 100644
index 788248d7f..000000000
--- a/Completion/BSD/Command/_portaudit
+++ /dev/null
@@ -1,14 +0,0 @@
-#compdef portaudit
-
-_arguments -s \
- '-a[vulnerability report for all installed packages]' \
- '-C[vulnerability report for the port in the current working directory]' \
- '-d[print creation date of the database]' \
- '-F[fetch the current database]' \
- '-q[quiet mode]' \
- '-V[show portaudit version number]' \
- '-v[verbose mode]' \
- '-X[download a fresh database from least days old]:days:' \
- '-f[check the packages listed in file]:file:_files' \
- '-r[restrict listed vulnerabilities with eregex pattern]:eregex:' \
- ':pkg-name:'