diff options
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | 2010-08-06 22:28:05 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-09 10:13:18 -0700 |
commit | 24aea033138561e5501ee5dfb3459f3ae4940625 (patch) | |
tree | 5d975138488764874f1617424265d3d24297b3df /Documentation/git-prune.txt | |
parent | e93487d2f007176804e89042f9f199628e45c864 (diff) | |
download | git-24aea033138561e5501ee5dfb3459f3ae4940625.tar.gz |
prune: allow --dry-run for -n and --verbose for -v
For consistency with other git commands, let git prune accept the long
options --dry-run and --verbose for the respective short ones -n and -v.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-prune.txt')
-rw-r--r-- | Documentation/git-prune.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-prune.txt b/Documentation/git-prune.txt index 15cfb7a8dc..4d673a5686 100644 --- a/Documentation/git-prune.txt +++ b/Documentation/git-prune.txt @@ -31,10 +31,12 @@ OPTIONS ------- -n:: +--dry-run:: Do not remove anything; just report what it would remove. -v:: +--verbose:: Report all removed objects. \--:: |