summaryrefslogtreecommitdiff
path: root/bin/annex-review-unused
diff options
context:
space:
mode:
Diffstat (limited to 'bin/annex-review-unused')
-rwxr-xr-xbin/annex-review-unused8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/annex-review-unused b/bin/annex-review-unused
index 4c06307..082f058 100755
--- a/bin/annex-review-unused
+++ b/bin/annex-review-unused
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# PODNAME: annex-review-unused
# ABSTRACT: interactively process `git annex unused` output
-
+#
# Copyright (C) 2019-2020 Sean Whitton <spwhitton@spwhitton.name>
#
# This program is free software: you can redistribute it and/or modify
@@ -24,9 +24,9 @@ B<annex-review-unused> [B<--just-print>] [B<--from=>I<REMOTE>] [B<--used-refspec
=head1 DESCRIPTION
This program lets you interactively review unused files in a git annex
-repository, choosing which you'd like to drop. It provides more
-information about unused files that B<git annex unused>, by running
-git-log(1).
+repository, choosing which you'd like to drop. By running git-log(1),
+it provides more information about unused files than does B<git annex
+unused>.
=head1 OPTIONS