Skip to content

Commit

Permalink
unprotect: adjust help message
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Mar 17, 2020
1 parent 8086488 commit d131097
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dvc/command/unprotect.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ def run(self):


def add_parser(subparsers, parent_parser):
UNPROTECT_HELP = "Unprotect data files or directories."
UNPROTECT_HELP = (
"Unprotect tracked files or directories (when hardlinks or symlinks "
"have been enabled with `dvc config cache.type`)"
)
unprotect_parser = subparsers.add_parser(
"unprotect",
parents=[parent_parser],
Expand Down

0 comments on commit d131097

Please sign in to comment.