From: Mateusz Konieczny Date: Mon, 30 Jul 2018 06:04:49 +0000 (+0200) Subject: README: replace du code example's tab prefix with spaces X-Git-Tag: 0.30~64 X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=commitdiff_plain;h=f6c8fc1320dddeb10b4dd6d5c27e3af8b6a00b60 README: replace du code example's tab prefix with spaces The command wasn't rendered as code before this change. Signed-off-by: Mateusz Konieczny [rlb@defaultvalue.org: adjust commit message] Reviewed-by: Rob Browning --- diff --git a/README.md b/README.md index f7455a6..4dac774 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ Using bup - Look at how little extra space your second backup used on top of the first: - du -s ~/.bup + du -s ~/.bup - Restore the first tar backup again (the ~1 is git notation for "one older than the most recent"):