summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar andrew <andrew@web>2018-02-05 19:08:19 +0000
committerGravatar admin <admin@branchable.com>2018-02-05 19:08:19 +0000
commit2ac3e48f2230dc2ba9c0b8faa2d13e0800924b35 (patch)
treefe9bd5a9b2f28e4da97f80d46e7507c3d0508406
parent34276bb91c9a36854d215ae50bfba2e207a6e6a4 (diff)
-rw-r--r--doc/devblog/day_10__lazy_Sunday.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/devblog/day_10__lazy_Sunday.mdwn b/doc/devblog/day_10__lazy_Sunday.mdwn
index aa6a70918..c8843d374 100644
--- a/doc/devblog/day_10__lazy_Sunday.mdwn
+++ b/doc/devblog/day_10__lazy_Sunday.mdwn
@@ -6,7 +6,7 @@ Now there's an easy way to get an overview of how close your repository
is to meeting the configured numcopies settings (or when it exceeds them).
<pre>
-# time git annex status .
+# time git annex info .
[...]
numcopies stats:
numcopies +0: 6686
@@ -19,5 +19,5 @@ numcopies stats:
numcopies +4: 372
</pre>
-This does make `git annex status` slow when run on a large directory tree,
+This does make `git annex info` slow when run on a large directory tree,
so --fast disables that.