From 9dab42e13930241df71a7e15ba20261182b7f682 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Wed, 10 Jun 2020 04:37:35 -0500 Subject: [PATCH] cmd ref: update add targets desc per https://github.com/iterative/dvc.org/pull/1387#pullrequestreview-426709587 --- content/docs/command-reference/add.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/command-reference/add.md b/content/docs/command-reference/add.md index 8bb1192636c..32fefb3a09b 100644 --- a/content/docs/command-reference/add.md +++ b/content/docs/command-reference/add.md @@ -10,7 +10,7 @@ usage: dvc add [-h] [-q | -v] [-R] [--no-commit] [-f ] targets [targets ...] positional arguments: - targets Input files/directories to add. + targets Files or directories to add ``` ## Description