Skip to content

Commit 8712ecc

Browse files
author
Mr. Outis
committed
completion: fix --relink problem
Close #2983
1 parent 7f92cc3 commit 8712ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/completion/dvc.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ _dvc_checkout=(
7474
{-d,--with-deps}"[Checkout all dependencies of the specified target.]"
7575
{-R,--recursive}"[Checkout all subdirectories of the specified directory.]"
7676
{-f,--force}"[Do not prompt when removing working directory files.]"
77-
{--relink}"[Recreate links or copies from cache to workspace.]"
77+
"--relink[Recreate links or copies from cache to workspace.]"
7878
"1:Stages:_files -g '(*.dvc|Dvcfile)'"
7979
)
8080

0 commit comments

Comments
 (0)