Commit ab40ed7 1 parent 663f589 commit ab40ed7 Copy full SHA for ab40ed7
File tree 1 file changed +4
-5
lines changed
public/static/docs/command-reference
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,16 @@ name.
58
58
an existing directory is specified, then the output will be placed inside of
59
59
it.
60
60
61
- - ` --rev ` - ` url ` is expected to represent a Git repository for this option to
61
+ - ` --rev ` - ` url ` is expected to contain a Git repository for this option to
62
62
have an effect. Specific
63
63
[ Git revision] ( https://git-scm.com/book/en/v2/Git-Internals-Git-References )
64
64
(such as a branch name, a tag, or a commit hash) of the repository to download
65
65
the file or directory from. The tip of the default branch is used by default
66
66
when this option is not specified.
67
67
68
- - ` --show-url ` - ` url ` is expected to represent a DVC project for this option to
69
- have an effect (as opposed to a Git-only, non-DVC repository). When
70
- ` --show-url ` is used, instead of downloading the file or directory, this
71
- command just prints the storage location (URL) of the target data.
68
+ - ` --show-url ` - ` path ` is expected to represent a DVC-tracked file for this
69
+ option to have an effect. Instead of downloading the file or directory, just
70
+ print the storage location (URL) of the target data.
72
71
73
72
- ` -h ` , ` --help ` - prints the usage/help message, and exit.
74
73
You can’t perform that action at this time.
0 commit comments