Skip to content

Commit 1a76ce2

Browse files
committed
cmd ref: remove prereq sentence from get --rev option
per iterative#936 (review)
1 parent 1835aa5 commit 1a76ce2

File tree

1 file changed

+2
-3
lines changed
  • public/static/docs/command-reference

1 file changed

+2
-3
lines changed

public/static/docs/command-reference/get.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,13 @@ name.
5858
an existing directory is specified, then the output will be placed inside of
5959
it.
6060

61-
- `--rev` - `url` is expected to represent a Git repository for this option to
62-
have an effect. Specific
61+
- `--rev` - specific
6362
[Git revision](https://git-scm.com/book/en/v2/Git-Internals-Git-References)
6463
(such as a branch name, a tag, or a commit hash) of the repository to download
6564
the file or directory from. The tip of the default branch is used by default
6665
when this option is not specified.
6766

68-
- `-h`, `--help` - prints the usage/help message, and exit.
67+
- `-h`, `--help` - prints the usage/help message, and exit.f
6968

7069
- `-q`, `--quiet` - do not write anything to standard output. Exit with 0 if no
7170
problems arise, otherwise 1.

0 commit comments

Comments
 (0)