commit
d723fe922a
2
src/_ack
2
src/_ack
|
@ -94,7 +94,7 @@ _ack() {
|
|||
'(-C --context -A --after-context -B --before-context)'{-C-,--context=}'[print N lines (default 2) of context around matching lines]:number' \
|
||||
'(-c --count)'{-c,--count}'[suppress normal output; instead print a count of matching lines for each input file]' \
|
||||
'(--nocolor)--color[highlight the matching text]' \
|
||||
'(--color --color-filename --color-match --color-lineno)--nocolor[supress the color]' \
|
||||
'(--color --color-filename --color-match --color-lineno)--nocolor[suppress the color]' \
|
||||
'(--nocolor --color)--color-filename[sets the color to be used for filenames]:color:->colors' \
|
||||
'(--nocolor --color)--color-match[sets the color to be used for matches]:color:->colors' \
|
||||
'(--nocolor --color)--color-lineno[sets the color to be used for line numbers]:color:->colors' \
|
||||
|
|
2
src/_ag
2
src/_ag
|
@ -170,7 +170,7 @@ _ag() {
|
|||
'(--hidden)--hidden[search hidden files, still obeys ignore files.]'
|
||||
'(--ignore)--ignore[Ignore files/directories matching this pattern. Literal file and directory names are also allowed.]'
|
||||
'(-i --ignore-case)'{-i,--ignore-case}'[match case insensitively]:PATTERN'
|
||||
'(--ignore-dir)--ignore-dir[alias for --ignore for compatability with ack]'
|
||||
'(--ignore-dir)--ignore-dir[alias for --ignore for compatibility with ack]'
|
||||
'(-v --invert-match)'{-v,--invert-match}'[invert match]'
|
||||
'(-Q --literal)'{-Q,--literal}'[Do not parse PATTERN as a regular expression. Try to match it literally.]'
|
||||
'(-m --max-count)'{-m,--max-count}'[Skip the rest of a file after NUM matches. Default is 10,000.]:NUM'
|
||||
|
|
|
@ -338,7 +338,7 @@ _modules=(
|
|||
'shell:Execute commands in nodes.'
|
||||
'slack:(E) Send Slack notifications'
|
||||
'slurp:Slurps a file from remote nodes'
|
||||
'snmp_facts:(E) Retrive facts for a device using SNMP.'
|
||||
'snmp_facts:(E) Retrieve facts for a device using SNMP.'
|
||||
'sns:(E) Send Amazon Simple Notification Service (SNS) messages'
|
||||
'stackdriver:(E) Send code deploy and annotation events to stackdriver'
|
||||
'stat:retrieve file or file system status'
|
||||
|
|
|
@ -132,7 +132,7 @@ _ansible-playbook ()
|
|||
'--ask-vault-pass[ask for vault password]'\
|
||||
"(-C --check)"{-C,--check}"[don't make any changes]"\
|
||||
"(-c --connection)"{-c,--connection}"[CONNECTION connection type to use (default=smart)]:connection type:(smart ssh local chroot)"\
|
||||
"(-D --diff)"{-D,--diff}"[when changing (small files and templates, thow the diff in those. Works great with --check)]"\
|
||||
"(-D --diff)"{-D,--diff}"[when changing (small files and templates, show the diff in those. Works great with --check)]"\
|
||||
"(-e --extra-vars)"{-e,--extra-vars}"[EXTRA_VARS set additional variables as key=value or YAML/JSON]:extra vars:(EXTRA_VARS)"\
|
||||
'--flush-cache[clear the fact cache]'\
|
||||
'--force-handlers[run handlers even if a task fails]'\
|
||||
|
|
|
@ -184,7 +184,7 @@ _cabal_configure ()
|
|||
'--bindir=[installation directory for executables]:directory:_files -/' \
|
||||
'--libdir=[installation directory for libraries]:directory:_files -/' \
|
||||
'--libsubdir=[subdirectory of libdir in which libs are installed]:directory:_files -/' \
|
||||
'--libexecdir=[iinstallation directory for program executables]:directory:_files -/' \
|
||||
'--libexecdir=[installation directory for program executables]:directory:_files -/' \
|
||||
'--datadir=[installation directory for read-only data]:directory:_files -/' \
|
||||
'--datasubdir=[subdirectory of datadir in which data files are installed]:directory:_files -/' \
|
||||
'--docdir=[installation directory for documentation]:directory:_files -/' \
|
||||
|
|
|
@ -63,14 +63,14 @@ arguments=(
|
|||
'(--test-args)--test-args[Pass arguments for test commands]'
|
||||
'(--install-args)--install-args[Pass arguments for install commands]'
|
||||
|
||||
'--scandeps[Scan the depencencies of given modules and output the tree in a text format]'
|
||||
'--scandeps[Scan the dependencies of given modules and output the tree in a text format]'
|
||||
'--format[Specify what format to display the scanned dependency tree]:scandeps format:(tree json yaml dists)'
|
||||
|
||||
'--save-dists[Specify the optional directory path to copy downloaded tarballs]'
|
||||
'(--uninst-shadows)--uninst-shadows[Uninstalls the shadow files of the distribution that you\''re installing]'
|
||||
|
||||
'(--cascade-search)--cascade-search[Specifies whether to cascade search]'
|
||||
'(--skip-installed)--skip-installed[Specifies modules which lastet version are already installed]'
|
||||
'(--skip-installed)--skip-installed[Specifies modules which latest version are already installed]'
|
||||
'(--skip-satisfied)--skip-satisfied[Specifies module and version for skipping installation]'
|
||||
'(--verify)--verify[Verify the integrity of distribution files]'
|
||||
'(--no-report-perl-version)--report-perl-version[Report locally installed perl version as part of User-Agent]'
|
||||
|
|
|
@ -49,7 +49,7 @@ _arguments \
|
|||
'(-d --debug)'{-d,--debug}'[echo debug and informational messages to the console]' \
|
||||
'(-h --hostname)'{-h,--hostname}'[specify the hostname sent, or an empty string to stop any hostname from being sent]:hostname:_hosts' \
|
||||
'(-i --classid)'{-i,--classid}'[override the DHCP vendor classid field we send]:classid' \
|
||||
'(-l --leasetime)'{-l,--leasetime}'[request a specific lease time in seconds]:lesae time \(seconds\)' \
|
||||
'(-l --leasetime)'{-l,--leasetime}'[request a specific lease time in seconds]:lease time \(seconds\)' \
|
||||
'(-m --metric)'{-m,--metric}'[added routes will use the metric on systems where this is supported]:metric' \
|
||||
'(-n --renew)'{-n,--renew}'[notifies an existing dhcpcd process running on the interface to renew it'\''s lease]' \
|
||||
'(-p --persistent)'{-p,--persistent}'[don'\''t deconfigure the interface and configuration at exit]' \
|
||||
|
|
|
@ -17,7 +17,7 @@ local curcontext="$curcontext" state line ret=1
|
|||
|
||||
local -a _1st_arguments
|
||||
_1st_arguments=(
|
||||
'run: run [options], does everyting - skeleton, generate, watch, server'
|
||||
'run: run [options], does everything - skeleton, generate, watch, server'
|
||||
'server: server [options], creates a server for your generated project'
|
||||
'skeleton: skeleton [options], will create a new project in your cwd based off an existing skeleton'
|
||||
'render: render [path], render the file at <path> and output its results to stdout:path:_files'
|
||||
|
|
|
@ -28,7 +28,7 @@ _arguments \
|
|||
'-fg[Set foreground color]:foreground color:_x_color' \
|
||||
'-bg[Set background color]:background color:_x_color' \
|
||||
'-fn[Set font]:font:_x_font' \
|
||||
'-ta[Set alignement of title window content]:alignment:( l c r )' \
|
||||
'-ta[Set alignment of title window content]:alignment:( l c r )' \
|
||||
'-tw[Set title window width]:width (pixels)' \
|
||||
'-sa[Set alignment of slave window]:alignment:( l c r )' \
|
||||
'-l[Number of lines to display in slave window]:lines' \
|
||||
|
|
6
src/_ghc
6
src/_ghc
|
@ -158,7 +158,7 @@ _ghc_compiler ()
|
|||
'-dumpdir[Redirect dump files]:directory:_files -/' \
|
||||
'-outputdir[Set output directory]:directory:_files -/' \
|
||||
'-keep-hc-files[Retain intermediate .hc files]' \
|
||||
'-keep-llvm-files[Retain intermediat LLVM .ll files]' \
|
||||
'-keep-llvm-files[Retain intermediate LLVM .ll files]' \
|
||||
'-keep-s-files[Retain intermediate .s files]' \
|
||||
'-keep-raw-s-files[Retain intermediate .raw_s files]' \
|
||||
'-keep-tmp-files[Retain all intermediate temporary files]' \
|
||||
|
@ -268,7 +268,7 @@ _ghc_compiler_flags ()
|
|||
'simpl-tick-factor=:Set the percentage factor for simplifier ticks (default 100)'
|
||||
{no-,}'spec-constr:Turn on the SpecConstr transformation'
|
||||
{no-,}'spec-constr-threshold=:Set the size threshold for the SpecConstr transformation (default 200)'
|
||||
{no-,}'spec-constr-count=:Set the maximum number of specialisations taht will be created for any one function by the SpecConstr transformation (default 3)'
|
||||
{no-,}'spec-constr-count=:Set the maximum number of specialisations that will be created for any one function by the SpecConstr transformation (default 3)'
|
||||
'strictness=before=:Run an additional strictness analysis before a simplifier phase'
|
||||
{no-,}'static-argument-transformation:Turn on the static argument transformation'
|
||||
{no-,}'unbox-strict-fields:Flatten strict constructor fields'
|
||||
|
@ -500,7 +500,7 @@ _ghc_pkg_command()
|
|||
"list:List registered packages"
|
||||
"find-module:List registered packages exposing module"
|
||||
"latest:Prints the highest registered version of a package"
|
||||
"check:Check the consistency of package depenencies and list broken packages"
|
||||
"check:Check the consistency of package dependencies and list broken packages"
|
||||
"describe:Give the registered description for the specified package"
|
||||
"field:Extract the specified field of the package description"
|
||||
"dump:Dump the registered description for every package"
|
||||
|
|
|
@ -51,7 +51,7 @@ _git-flow ()
|
|||
(init)
|
||||
_arguments \
|
||||
-f'[Force setting of gitflow branches, even if already configured]' \
|
||||
-d'[Use defualt branch naming conventions and prefixes]'
|
||||
-d'[Use default branch naming conventions and prefixes]'
|
||||
;;
|
||||
|
||||
(version)
|
||||
|
@ -95,7 +95,7 @@ __git-flow-release ()
|
|||
'start:Start a new release branch.'
|
||||
'finish:Finish a release branch.'
|
||||
'list:List all your release branches. (Alias to `git flow release`)'
|
||||
'publish:Publish this release banch to origin.`)'
|
||||
'publish:Publish this release branch to origin.`)'
|
||||
'track:Track a release branch from origin.`)'
|
||||
)
|
||||
_describe -t commands 'git flow release' subcommands
|
||||
|
|
|
@ -52,7 +52,7 @@ _gradle() {
|
|||
'(-a --no-rebuild)'{-a,--no-rebuild}'[do not rebuild project dependencies]' \
|
||||
'(-b --build-file)'{-b,--build-file}'[specify the build file]:build file:_gradle_scripts' \
|
||||
'(-C --cache)'{-C,--cache}'[specify how compiled build scripts should be cached]:cache strategy:((rebuild\:rebuild\ the\ cache on\:use\ the\ cache\ \(default\)))' \
|
||||
'(-c --settings-file)'{-c,--settings-file}'[speciy the settings file]:settings file:_gradle_scripts' \
|
||||
'(-c --settings-file)'{-c,--settings-file}'[specify the settings file]:settings file:_gradle_scripts' \
|
||||
'*'{-D-,--system-prop}'[set system property of the JVM]:property:_gradle_properties' \
|
||||
'(-d --debug -q --quiet -i --info)'{-d,--debug}'[log in debug mode (includes normal stacktrace)]' \
|
||||
'(--foreground --no-daemon --stop)--daemon[use the Gradle daemon to run the build, starts the daemon if not running]' \
|
||||
|
|
2
src/_iw
2
src/_iw
|
@ -53,7 +53,7 @@ reg_cmds=("$reply[@]")
|
|||
local -a event_opts
|
||||
_regex_words event-options "event option" \
|
||||
'-t:print timestamp' \
|
||||
'-r:print relative timstamp' \
|
||||
'-r:print relative timestamp' \
|
||||
'-f:print full frame for auth/assoc etc'
|
||||
event_opts=("$reply[@]")
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ case $state in
|
|||
"build:Build your site"
|
||||
"docs:Launch local server with docs for jekyll"
|
||||
"doctor:Search site and print specific deprecation warnings"
|
||||
"help:Dislplay global or [command] help documentation"
|
||||
"help:Display global or [command] help documentation"
|
||||
"import:Import your old blog to Jekyll"
|
||||
"new:Creates a new Jekyll site scaffold in PATH"
|
||||
"serve:Serve your site locally"
|
||||
|
@ -56,7 +56,7 @@ case $state in
|
|||
|
||||
local -a config
|
||||
config=(
|
||||
"--config[Custome configuration file]: :_files"
|
||||
"--config[Custom configuration file]: :_files"
|
||||
)
|
||||
local -a help
|
||||
help=(
|
||||
|
|
|
@ -71,7 +71,7 @@ _arguments -C \
|
|||
'-po[Args to pass to ssh on proxy with -o option]:ssh-args' \
|
||||
'(-h -H)-h[Add a host to list of hosts]:[user@]host' \
|
||||
'(-h -H)-H[Add contents of file to list of hosts]:host file:_files' \
|
||||
'(-c -C)-c[Add a comand or quoted list of commands to list of commands to be executed on each host]:command' \
|
||||
'(-c -C)-c[Add a command or quoted list of commands to list of commands to be executed on each host]:command' \
|
||||
'(-c -C)-C[Add file contents to list of commands to be executed on each host]:commands file:_files' \
|
||||
'(-q)-q[No output unless necessary]' && ret=0
|
||||
|
||||
|
|
4
src/_mvn
4
src/_mvn
|
@ -117,13 +117,13 @@ _mvn() {
|
|||
"($excl_opts -gs --global-settings)"{-gs,--global-settings}'[alternate path for the global settings file]:global settings file:_mvn_settings_files' \
|
||||
"($excl_opts -fae --fail-at-end -ff --fail-fast -fn --fail-never)"{-fae,--fail-at-end}'[only fail the build afterwards, allow all non-impacted builds to continue]' \
|
||||
"($excl_opts -ff --fail-fast -fae --fail-at-end -fn --fail-never)"{-ff,--fail-fast}'[stop at first failure in reactorized builds]' \
|
||||
"($excl_opts -fn --fail-never -fae --fail-at-end -ff --fail-fast)"{-fn,--fail-never}'[nerver fail the build, regardless of project result]' \
|
||||
"($excl_opts -fn --fail-never -fae --fail-at-end -ff --fail-fast)"{-fn,--fail-never}'[never fail the build, regardless of project result]' \
|
||||
"($excl_opts)*"{-P,--activate-profiles}'[comma-delimited list of profiles to activate]:profile:_mvn_profiles -s ,' \
|
||||
"($excl_opts -pl --projects)"{-pl,--projects}'[build specified reactor projects instead of all projects]:project list:_mvn_projects -s ,' \
|
||||
"($excl_opts -rf --resume-from)"{-rf,--resume-from}'[resume reactor from specified project]:project:_mvn_projects' \
|
||||
"($excl_opts -o --offline -U --update-snapshots -cpu --check-plugin-updates -up --update-plugins)"{-o,--offline}'[work offline]' \
|
||||
"($excl_opts -U --update-snapshots -nsu --no-snapshot-updates -o --offline)"{-U,--update-snapshots}'[force a check for updated releases and snapshots on remote repositories]' \
|
||||
"($excl_opts -nsu --no-snapshot-updates -U --update-snapshots -o --offline)"{-nsu,--no-snapshot-updates}'[Supress SNAPSHOT updates]' \
|
||||
"($excl_opts -nsu --no-snapshot-updates -U --update-snapshots -o --offline)"{-nsu,--no-snapshot-updates}'[Suppress SNAPSHOT updates]' \
|
||||
"*"{-D-,--define}'[define a system property]:property:_mvn_properties' \
|
||||
"${opts[@]}" \
|
||||
"($excl_opts)*: :_mvn_args"
|
||||
|
|
2
src/_nl
2
src/_nl
|
@ -19,7 +19,7 @@ style_values=(
|
|||
"a:number all lines"
|
||||
"t:number only nonempty lines"
|
||||
"n:number no lines"
|
||||
"pBRE:number only lines that contain a match for the basic regular expresision, BRE"
|
||||
"pBRE:number only lines that contain a match for the basic regular expression, BRE"
|
||||
)
|
||||
|
||||
format_values=(
|
||||
|
|
|
@ -51,7 +51,7 @@ arguments=(
|
|||
'--failsafe[run a program even if the nvidia card is unavailable]:boolean:(true false)'
|
||||
'--no-failsafe[do not run a program if the nvidia card is unavailable]'
|
||||
'--vgl-options[options to be passed to vglrun (example: +tr)]'
|
||||
'(-q --quiet --silent)'{-q,--quiet,--silent}'[supress all logging messages]'
|
||||
'(-q --quiet --silent)'{-q,--quiet,--silent}'[suppress all logging messages]'
|
||||
'(-v --verbose)'{-v,--verbose}'[increase the verbosity level of log messages]'
|
||||
'--debug[set the verbosity level to the maximum]'
|
||||
'(-b --bridge)'{-b,--bridge}'[specify bridge library to use: VirtualGL, Primus or auto]:method:(auto primus virtualgl none)'
|
||||
|
|
|
@ -223,7 +223,7 @@ _pg_dumpall () {
|
|||
_arguments -C -s \
|
||||
"$_pgsql_common_opts[@]" \
|
||||
{-a,--data-only}'[dump only data]' \
|
||||
{-c,--clean}'[include clean (drop) cmds brefore recreating]' \
|
||||
{-c,--clean}'[include clean (drop) cmds before recreating]' \
|
||||
{-g,--globals-only}'[dump only global objects, no databases]' \
|
||||
{-f+,--file=}':output file:_files' \
|
||||
{-o,--oids}'[dump objects identifiers for every table]' \
|
||||
|
|
|
@ -63,7 +63,7 @@ _play() {
|
|||
'1:: :_play_apps' \
|
||||
'(--debug)--debug[Debug mode (even more informations logged than in verbose mode)]' \
|
||||
'(--jpda)--jpda[Listen for JPDA connection. The process will suspended until a client is plugged to the JPDA port.]' \
|
||||
'(--sync)--sync[Keep lib/ and modules/ directory synced. Delete unknow dependencies.]' \
|
||||
'(--sync)--sync[Keep lib/ and modules/ directory synced. Delete unknown dependencies.]' \
|
||||
'(--verbose)--verbose[Verbose Mode]' \
|
||||
&& ret=0
|
||||
;;
|
||||
|
|
|
@ -24,7 +24,7 @@ args=(
|
|||
'--failsafe[run a program even if the nvidia card is unavailable]'
|
||||
'--no-failsafe[do not run a program if the nvidia card is unavailable]'
|
||||
'--vgl-options[options to be passed to vglrun (example: +tr)]'
|
||||
'(-q --quiet --silent)'{-q,--quiet,--silent}'[supress all logging messages]'
|
||||
'(-q --quiet --silent)'{-q,--quiet,--silent}'[suppress all logging messages]'
|
||||
'(-v --verbose)'{-v,--verbose}'[increase the verbosity level of log messages]'
|
||||
'--debug[set the verbosity level to the maximum]'
|
||||
'(-d --display)'{-d,--display}'[the X display number to use]'
|
||||
|
|
|
@ -32,7 +32,7 @@ _1st_arguments=(
|
|||
# 'debug object:get debugging information about a key'
|
||||
# 'debug setgfault:make the server crash'
|
||||
'decr:decrement the integer value of a key by one'
|
||||
'decrby:decrement the integet value of a key by the given number'
|
||||
'decrby:decrement the integer value of a key by the given number'
|
||||
'del:delete a key'
|
||||
'discard:discard all commands issued after MULTI'
|
||||
'echo:echo the given string'
|
||||
|
@ -76,8 +76,8 @@ _1st_arguments=(
|
|||
'mget:get the values of all the given keys'
|
||||
'monitor:listen for all requests received by the server in real time'
|
||||
'move:move a key to another database'
|
||||
'mset:set multiple keys to muliple values'
|
||||
'msetnx:set multiple keys tom ultiple values, only if none of the keys exist'
|
||||
'mset:set multiple keys to multiple values'
|
||||
'msetnx:set multiple keys to multiple values, only if none of the keys exist'
|
||||
'multi:mark the start of a transaction block'
|
||||
'object:inspect the internals of Redis objects'
|
||||
'persist:remove the expiration from a key'
|
||||
|
@ -135,11 +135,11 @@ _1st_arguments=(
|
|||
'zrem:remove a member from a sorted set'
|
||||
'zremrangebyrank:remove all members in a sorted set within the given indexes'
|
||||
'zremrangebyscore:remove all members in a sorted set within the given scores'
|
||||
'zrevrange:return a range of membrs in a sorted set, by index, with scores ordered from high to low'
|
||||
'zrevrange:return a range of members in a sorted set, by index, with scores ordered from high to low'
|
||||
'zrevrangebyscore:return a range of members in a sorted set, by score, with scores ordered from high to low'
|
||||
'zrevrank:determine the index of a member in a sorted set, with scores ordered from high to low'
|
||||
'zscore:get the score associated with the given member in a sorted set'
|
||||
'zunionstore:add multiple sorted sets and store te resulting sorted set in a new key'
|
||||
'zunionstore:add multiple sorted sets and store the resulting sorted set in a new key'
|
||||
)
|
||||
|
||||
local expl
|
||||
|
|
|
@ -70,10 +70,10 @@ _arguments -C \
|
|||
'(--show-cops)--show-cops[Shows the given cops, or all cops by default, and their configurations for the current directory.]' \
|
||||
'(-F --fail-fast)'{-f,--fail-fast}'[Inspect files in order of modification time ant stop after the first file containing offenses]' \
|
||||
'(-d --debug)'{-d,--debug}'[Display debug info]' \
|
||||
'(-D --display-cop-names)'{-D,--display-cop-names}'[Display cop names in offence messages.]' \
|
||||
'(-D --display-cop-names)'{-D,--display-cop-names}'[Display cop names in offense messages.]' \
|
||||
'(-R --rails)'{-R,--rails}'[Run extra Rails cops.]' \
|
||||
'(-l --lint)'{-l,--lint}'[Run only lint cops.]' \
|
||||
'(-a --auto-correct)'{-a,--auto-correct}'[Auto-correct offences.]' \
|
||||
'(-a --auto-correct)'{-a,--auto-correct}'[Auto-correct offenses.]' \
|
||||
'(-n --no-color)'{-n,--no-color}'[Disable color output.]' \
|
||||
'(-v --version)'{-v,--version}'[Disable version.]' \
|
||||
'(-V --verbose-version)'{-V,--verbose-version}'[Disable verbose version.]' \
|
||||
|
|
2
src/_rvm
2
src/_rvm
|
@ -22,7 +22,7 @@ _arguments -C \
|
|||
'(-l --level)'{-l,--level}'+[patch level to use with rvm use / install]:number' \
|
||||
'--bin[path for binaries to be placed (~/.rvm/bin/)]:path:_files' \
|
||||
'--source[src directory to use (~/.rvm/src/)]:path:_files' \
|
||||
'--archives[directory for downladed files (~/.rvm/archives/)]:path:_files' \
|
||||
'--archives[directory for downloaded files (~/.rvm/archives/)]:path:_files' \
|
||||
'-S[Specify a script file to attempt to load and run (rubydo)]:file:_files' \
|
||||
'-e[Execute code from the command line]:code' \
|
||||
'-G[root gem path to use]:path:_files' \
|
||||
|
|
|
@ -46,7 +46,7 @@ _arguments -A "-*" \
|
|||
'-i+[use identity file]:SSH identity file:_files' \
|
||||
'-n+[do a dry-run]' \
|
||||
'-h+[print usage summary]' \
|
||||
'-p+[specifiy custom port]' \
|
||||
'-p+[specify custom port]' \
|
||||
'-o+[additional ssh option]' \
|
||||
'1: :_user_at_host'
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ _arguments : \
|
|||
'--sync[Synchronize internal counters]' \
|
||||
'--testkernel[Test kernel boot time information]' \
|
||||
'(-t --top10)'{-t,--top10}'[Show all time top 10 traffic days]' \
|
||||
'-tr[Calculate amount of trafffic in given time]:seconds:' \
|
||||
'-tr[Calculate amount of traffic in given time]:seconds:' \
|
||||
'(-u --update)'{-u,--update}'[Update databases]' \
|
||||
'--xml[Show database content in XML format]' \
|
||||
'(-)'{-v,--version}'[Show current version]' \
|
||||
|
|
|
@ -144,7 +144,7 @@ _vpnc_debug_levels() {
|
|||
'0:do not print debug information'
|
||||
'1:print minimal debug information'
|
||||
'2:show statemachine and packet/payload type information'
|
||||
'3:dump everything exluding authentication data'
|
||||
'3:dump everything excluding authentication data'
|
||||
'99:dump everything INCLUDING AUTHENTICATION data (e.g. PASSWORDS)'
|
||||
)
|
||||
_describe -t levels 'debug level' levels "$@"
|
||||
|
|
Loading…
Reference in New Issue