Skip to content

Commit

Permalink
Update dvc/command/params.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge Orpinel <[email protected]>
  • Loading branch information
pared and jorgeorpinel committed Apr 9, 2021
1 parent cb41ce7 commit c992651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/command/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def add_parser(subparsers, parent_parser):
"--deps",
action="store_true",
default=False,
help="Show only those params that are dependencies of stages.",
help="Show only params that are stage dependencies.",
)
params_diff_parser.add_argument(
"--show-json",
Expand Down

0 comments on commit c992651

Please sign in to comment.