Skip to content

Commit

Permalink
Fix wording for clear-cache according to #3442
Browse files Browse the repository at this point in the history
  • Loading branch information
agross committed Nov 30, 2018
1 parent b05397f commit ccbfbaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions completion/paket-completion.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ _paket-clear-cache() {
local -a args
args=(
$global_options
'(--clear-local --clear-local)'{--clear-local,--clearlocal}"[clear local packages folder and paket-files]"
'(--clear-local)'{--clear-local}"[also clear local packages and paket-files directory]"
)

_arguments -C \
Expand Down Expand Up @@ -1056,7 +1056,7 @@ _paket_commands() {

misc=(
auto-restore:'manage automatic package restore during the build process inside Visual Studio'
clear-cache:'clear the NuGet and git cache directories'
clear-cache:'clear the global and optionally local NuGet and cache directories'
config:'store global configuration values like NuGet credentials'
generate-load-scripts:'generate F# and C# include scripts that reference installed packages in a interactive environment like F# Interactive or ScriptCS'
init:'create an empty paket.dependencies file in the current working directory'
Expand Down

0 comments on commit ccbfbaa

Please sign in to comment.