Skip to content

Commit

Permalink
minor doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Oct 24, 2019
1 parent 628229e commit 7e47abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/command/add.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run(self):


def add_parser(subparsers, parent_parser):
add_help = "Add data files or directories to DVC control."
add_help = "Track data files or directories with DVC."

parser = subparsers.add_parser(
"add",
Expand Down

0 comments on commit 7e47abd

Please sign in to comment.