]> git.ipfire.org Git - thirdparty/git.git/commit
worktree: fix option descriptions for `prune`
authorPatrick Steinhardt <patrick.steinhardt@elego.de>
Mon, 6 Feb 2017 13:13:59 +0000 (14:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Feb 2017 18:59:25 +0000 (10:59 -0800)
commit2488dcab22cee343fe35d9951160f0966a45fdb3
treeeb84c57cb9d015438f893b9b1777356a68fe2e15
parent7783eb2e59684492e75068443e1f77f64fe37cc9
worktree: fix option descriptions for `prune`

The `verbose` and `expire` options of the `git worktree prune`
subcommand have wrong descriptions in that they pretend to relate to
objects. But as the git-worktree(1) correctly states, these options have
nothing to do with objects but only with worktrees. Fix the description
accordingly.

Signed-off-by: Patrick Steinhardt <patrick.steinhardt@elego.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/worktree.c