summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-19 17:46:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-19 17:48:42 -0400
commit90b1891e1e2be29ae122a2613a462959f3c32611 (patch)
tree306af03e34b7d219d178a3f0d16975b8de5ca58a /debian/changelog
parent8d1ac05755f970f0ec9553c9a7680a5512726c28 (diff)
add --batch
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 657c3c7cf..81c1f3e6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ git-annex (6.20160115) UNRELEASED; urgency=medium
* whereis --json: Urls are now listed inside the remote that claims them,
rather than all together at the end.
- * info: Support --batch mode.
+ * info, add: Support --batch mode.
* Force output to be line-buffered, even when it's not connected to the
terminal. This is particuarly important for commands with --batch
output, which was not always being flushed at an appropriate time.