Skip to content

Commit 41f05ce

Browse files
dos: Add '--no-update' option in '--help' in README (#29)
* Note '--no-update' option in '--help' output in README. * Amends PR #27.
1 parent 7187c41 commit 41f05ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Source the script to create a Python 3 virtual environment that can coexist with
2323

2424
```console
2525
$ . cvmfs-venv --help
26-
Usage: cvmfs-venv [-s|--setup] <virtual environment name>
26+
Usage: cvmfs-venv [-s|--setup] [--no-update] <virtual environment name>
2727

2828
Options:
2929
-h --help Print this help message

0 commit comments

Comments
 (0)