README: Fix indent
This commit is contained in:
parent
2a5bbe2b02
commit
396a69886c
1 changed files with 22 additions and 22 deletions
44
README.md
44
README.md
|
@ -46,32 +46,32 @@ Building
|
||||||
Install Go/Golang (at least version 1.3), then run `make`, afterwards you'll
|
Install Go/Golang (at least version 1.3), then run `make`, afterwards you'll
|
||||||
find the binary in the current directory:
|
find the binary in the current directory:
|
||||||
|
|
||||||
$ make
|
$ make
|
||||||
[...]
|
[...]
|
||||||
|
|
||||||
$ ./restic --help
|
$ ./restic --help
|
||||||
Usage:
|
Usage:
|
||||||
restic [OPTIONS] <command>
|
restic [OPTIONS] <command>
|
||||||
|
|
||||||
Application Options:
|
Application Options:
|
||||||
-r, --repo= Repository directory to backup to/restore from
|
-r, --repo= Repository directory to backup to/restore from
|
||||||
|
|
||||||
Help Options:
|
Help Options:
|
||||||
-h, --help Show this help message
|
-h, --help Show this help message
|
||||||
|
|
||||||
Available commands:
|
Available commands:
|
||||||
backup save file/directory
|
backup save file/directory
|
||||||
cache manage cache
|
cache manage cache
|
||||||
cat dump something
|
cat dump something
|
||||||
find find a file/directory
|
find find a file/directory
|
||||||
fsck check the repository
|
fsck check the repository
|
||||||
init create repository
|
init create repository
|
||||||
key manage keys
|
key manage keys
|
||||||
list lists data
|
list lists data
|
||||||
ls list files
|
ls list files
|
||||||
restore restore a snapshot
|
restore restore a snapshot
|
||||||
snapshots show snapshots
|
snapshots show snapshots
|
||||||
version display version
|
version display version
|
||||||
|
|
||||||
|
|
||||||
Contribute and Documentation
|
Contribute and Documentation
|
||||||
|
|
Loading…
Reference in a new issue