We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3cbbb commit 1c74407Copy full SHA for 1c74407
src/vcspull/cli/__init__.py
@@ -23,14 +23,14 @@ def create_parser():
23
formatter_class=argparse.RawDescriptionHelpFormatter,
24
description=textwrap.dedent(
25
"""
26
- sync vcspull repos
+ sync vcs repos
27
28
examples:
29
vcspull sync "*"
30
vcspull sync "django-*"
31
vcspull sync "django-*" flask
32
- vcspull sync -c "myrepos.yaml" "*"
33
- vcspull sync -c "myrepos.yaml" myproject
+ vcspull sync -c ./myrepos.yaml "*"
+ vcspull sync -c ./myrepos.yaml myproject
34
35
).strip(),
36
)
0 commit comments