Skip to content

Commit e289ffe

Browse files
committed
chore(cli[sync]): metavar for vcspull sync config
1 parent 24b9589 commit e289ffe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/vcspull/cli/sync.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ def clamp(n, _min, _max):
2121

2222

2323
def create_sync_subparser(parser: argparse.ArgumentParser) -> argparse.ArgumentParser:
24-
config_file = parser.add_argument("--config", "-c", help="specify config")
24+
config_file = parser.add_argument(
25+
"--config",
26+
"-c",
27+
metavar="config-file",
28+
help="optional filepath to specify vcspull config",
29+
)
2530
parser.add_argument(
2631
"repo_terms",
2732
nargs="*",

0 commit comments

Comments
 (0)