Skip to content

Commit cedbae6

Browse files
committed
docs(import[--prune]) Note that --sync implies --prune
why: Users may not realize --sync already includes pruning behavior. what: - Add "Implied by --sync." to --prune argparse help text
1 parent fae45f9 commit cedbae6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/vcspull/cli/import_cmd/_common.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,8 @@ def _create_shared_parent() -> argparse.ArgumentParser:
377377
help=(
378378
"Remove config entries tagged by a previous import that are "
379379
"no longer on the remote. Does not update URLs for existing "
380-
"entries (use --sync for that). Respects pinned entries."
380+
"entries (use --sync for that). Implied by --sync. "
381+
"Respects pinned entries."
381382
),
382383
)
383384
output_group.add_argument(

0 commit comments

Comments
 (0)