From 2ac3e48f2230dc2ba9c0b8faa2d13e0800924b35 Mon Sep 17 00:00:00 2001 From: andrew Date: Mon, 5 Feb 2018 19:08:19 +0000 Subject: --- doc/devblog/day_10__lazy_Sunday.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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).
-# time git annex status . 
+# time git annex info . 
 [...]
 numcopies stats: 
 	numcopies +0: 6686
@@ -19,5 +19,5 @@ numcopies stats:
 	numcopies +4: 372
 
-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. -- cgit v1.2.3