diff --git a/doc/cli/put.txt b/doc/cli/put.txt index 7820271..8f5264b 100644 --- a/doc/cli/put.txt +++ b/doc/cli/put.txt @@ -13,7 +13,7 @@ repeatedly it's own send log. This can dramatically reduce the amount of disk reading and network usage required to make a snapshot. Examples: - $ export BUPSTASH_REPOSTORY=$HOME/bupstash-repo + $ export BUPSTASH_REPOSITORY=$HOME/bupstash-repo $ export BUPSTASH_KEY=./my-secret-bupstash.key # To avoid resending data needlessly during backups, create job specific send log. @@ -32,4 +32,4 @@ Examples: $ echo data | bupstash put - # You can use '::' to terminate the tag list. - $ bupstash put :: foo=bar.txt \ No newline at end of file + $ bupstash put :: foo=bar.txt diff --git a/doc/man/bupstash.1.md b/doc/man/bupstash.1.md index 7f66dfa..466ef66 100644 --- a/doc/man/bupstash.1.md +++ b/doc/man/bupstash.1.md @@ -28,7 +28,7 @@ Run one of the following `bupstash` subcommands. ## DESCRIPTION ```bupstash``` is a tool for storing (and retrieving) -files and data in an encrypted bupstash-repostory(7). +files and data in an encrypted bupstash-repository(7). Some notable features of ```bupstash``` include: @@ -188,4 +188,4 @@ $ bupstash get -k backups.key id=14ebd2073b258b1f55c5bbc889c49db4 | tar -C ./res ## SEE ALSO -bupstash-repository(7), bupstash-keyfiles(7) \ No newline at end of file +bupstash-repository(7), bupstash-keyfiles(7)