summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-09-30 03:05:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-09-30 03:05:10 -0400
commit15eccdf124d13d8502ee5a23e73968e5208690f2 (patch)
treef577be5db324617f355fba136785fca92a021517
parenta7102ca4d53f8a4ab7148ab3717765683b136cfc (diff)
better output layout
-rw-r--r--Command/Status.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Status.hs b/Command/Status.hs
index 329d3f70b..ad490cae8 100644
--- a/Command/Status.hs
+++ b/Command/Status.hs
@@ -167,4 +167,4 @@ staleSize label dirspec = do
return $ s ++ aside "clean up with git-annex unused"
aside :: String -> String
-aside s = "\t(" ++ s ++ ")"
+aside s = " (" ++ s ++ ")"