Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gouchi authored and andrewchambers committed Feb 19, 2023
1 parent 7082d77 commit 9cb6c4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/cli/put.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -32,4 +32,4 @@ Examples:
$ echo data | bupstash put -

# You can use '::' to terminate the tag list.
$ bupstash put :: foo=bar.txt
$ bupstash put :: foo=bar.txt
4 changes: 2 additions & 2 deletions doc/man/bupstash.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -188,4 +188,4 @@ $ bupstash get -k backups.key id=14ebd2073b258b1f55c5bbc889c49db4 | tar -C ./res

## SEE ALSO

bupstash-repository(7), bupstash-keyfiles(7)
bupstash-repository(7), bupstash-keyfiles(7)

0 comments on commit 9cb6c4a

Please sign in to comment.