From 396a69886c9c97631931bc5dc2d052527982df33 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 12 May 2015 21:36:54 +0200 Subject: [PATCH] README: Fix indent --- README.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 769de66ac..063f7e009 100644 --- a/README.md +++ b/README.md @@ -46,32 +46,32 @@ Building Install Go/Golang (at least version 1.3), then run `make`, afterwards you'll find the binary in the current directory: - $ make - [...] + $ make + [...] - $ ./restic --help - Usage: - restic [OPTIONS] + $ ./restic --help + Usage: + restic [OPTIONS] - Application Options: - -r, --repo= Repository directory to backup to/restore from + Application Options: + -r, --repo= Repository directory to backup to/restore from - Help Options: - -h, --help Show this help message + Help Options: + -h, --help Show this help message - Available commands: - backup save file/directory - cache manage cache - cat dump something - find find a file/directory - fsck check the repository - init create repository - key manage keys - list lists data - ls list files - restore restore a snapshot - snapshots show snapshots - version display version + Available commands: + backup save file/directory + cache manage cache + cat dump something + find find a file/directory + fsck check the repository + init create repository + key manage keys + list lists data + ls list files + restore restore a snapshot + snapshots show snapshots + version display version Contribute and Documentation