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 1727c8a commit 24b9589Copy full SHA for 24b9589
src/vcspull/cli/sync.py
@@ -25,7 +25,7 @@ def create_sync_subparser(parser: argparse.ArgumentParser) -> argparse.ArgumentP
25
parser.add_argument(
26
"repo_terms",
27
nargs="*",
28
- help="filters: repo terms, separated by spaces, supports globs / fnmatch (1)",
+ help="filter(s) of repo terms, separated by spaces, accepts globs / fnmatch(3)",
29
)
30
31
"--exit-on-error",
0 commit comments