Skip to content

Commit

Permalink
Merge pull request apache#5 from tuncer/zsh-typos
Browse files Browse the repository at this point in the history
zsh completion: fix typos
  • Loading branch information
dizzyd committed Nov 1, 2012
2 parents 516acd4 + d97f94a commit 3ef1383
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions priv/shell-completion/zsh/_rebar
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ _rebar () {
'xref[Run cross reference analysis]' \
'help[Show the program options]' \
'version[Show version information]' \
'apps[Application name]:' \
'case[Case]:' \
'dump_spec[Dump specify]:' \
'apps[Application names to process]:' \
'case[Common Test case]:' \
'dump_spec[Dump reltool spec]:' \
'jobs[Number of workers]::workers:(0 1 2 3 4 5 6 7 8 9)' \
'suites[Suites name]::suite name:_path_files -W "(src test)" -g "*.erl(:r)"' \
'suites[Common Test suites]::suite name:_path_files -W "(src test)" -g "*.erl(:r)"' \
'verbose[Verbosity level]::verbosity level:(0 1 2 3)' \
'appid[Application id]:' \
'previous_release[Previous release number]:' \
'previous_release[Previous release path]:' \
'nodeid[Node id]:' \
'root_dir[Root directory]::directory:_files -/' \
'skip_deps[Switch to skip deps]::flag:(true false)' \
'skip_app[Switch to skip app]::flag:(true false)' \
'template[Templace name]:' \
'root_dir[Reltool config root directory]::directory:_files -/' \
'skip_deps[Skip deps]::flag:(true false)' \
'skip_apps[Application names to not process]::flag:(true false)' \
'template[Template name]:' \
'template_dir[Template directory]::directory:_files -/' \
&& ret=0
;;
Expand Down

0 comments on commit 3ef1383

Please sign in to comment.