Skip to content

Commit 1c74407

Browse files
committed
chore(cli): Copy tweaks
1 parent ed3cbbb commit 1c74407

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vcspull/cli/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ def create_parser():
2323
formatter_class=argparse.RawDescriptionHelpFormatter,
2424
description=textwrap.dedent(
2525
"""
26-
sync vcspull repos
26+
sync vcs repos
2727
2828
examples:
2929
vcspull sync "*"
3030
vcspull sync "django-*"
3131
vcspull sync "django-*" flask
32-
vcspull sync -c "myrepos.yaml" "*"
33-
vcspull sync -c "myrepos.yaml" myproject
32+
vcspull sync -c ./myrepos.yaml "*"
33+
vcspull sync -c ./myrepos.yaml myproject
3434
"""
3535
).strip(),
3636
)

0 commit comments

Comments
 (0)