Skip to content

docs/man/git-lfs-prune.adoc: fix --(no-)verify-unreachable description#5959

Merged
chrisd8088 merged 1 commit intogit-lfs:mainfrom
m3ka24:fix-prune-adoc
Jan 13, 2025
Merged

docs/man/git-lfs-prune.adoc: fix --(no-)verify-unreachable description#5959
chrisd8088 merged 1 commit intogit-lfs:mainfrom
m3ka24:fix-prune-adoc

Conversation

@m3ka24
Copy link
Contributor

@m3ka24 m3ka24 commented Jan 12, 2025

I could not find an option --verify-reachable / --no-verify-reachable on prune sub command.

$ git lfs prune --verify-reachable
Error: unknown flag: --verify-reachable

$ git lfs prune --no-verify-reachable
Error: unknown flag: --no-verify-reachable

On the other hand, the option --verify-unreachable / --no-verify-unreachable seems to exist.

$ git lfs prune --verify-unreachable
prune: 0 local objects, 1 retained, done.

$ git lfs prune --no-verify-unreachable
prune: 0 local objects, 1 retained, done.

So I changed the content of adoc to --verify-unreachable / --no-verify-unreachable.

@m3ka24 m3ka24 requested a review from a team as a code owner January 12, 2025 07:48
Copy link
Member

@chrisd8088 chrisd8088 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the correction! This looks like a minor oversight we missed when PR #5648 was merged last year.

We always appreciate improvements like this to our documentation, so thank you very much!

@chrisd8088 chrisd8088 merged commit e4df482 into git-lfs:main Jan 13, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants