add a newline
This commit is contained in:
parent
904af72b82
commit
dd55f21450
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ checkUnused = do
|
|||
" NUMBER KEY"]
|
||||
++ map cols u ++
|
||||
["(To see where data was previously used, try: git log --stat -S'KEY')",
|
||||
"(To remove unwanted data: git-annex dropunused NUMBER)"]
|
||||
"(To remove unwanted data: git-annex dropunused NUMBER)",
|
||||
""]
|
||||
cols (n,k) = " " ++ pad 6 (show n) ++ " " ++ show k
|
||||
pad n s = s ++ replicate (n - length s) ' '
|
||||
|
||||
|
|
Loading…
Reference in a new issue