We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae45f9 commit cedbae6Copy full SHA for cedbae6
1 file changed
src/vcspull/cli/import_cmd/_common.py
@@ -377,7 +377,8 @@ def _create_shared_parent() -> argparse.ArgumentParser:
377
help=(
378
"Remove config entries tagged by a previous import that are "
379
"no longer on the remote. Does not update URLs for existing "
380
- "entries (use --sync for that). Respects pinned entries."
+ "entries (use --sync for that). Implied by --sync. "
381
+ "Respects pinned entries."
382
),
383
)
384
output_group.add_argument(
0 commit comments