Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Mar 14, 2022
1 parent aaa91cb commit bd12428
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ to use the *Emborg* API.


Example
=======
-------

A command that queries one or more configs and prints the total size of its
archives. This example is a simplified version of the *Emborg* accessory
Expand Down
8 changes: 4 additions & 4 deletions emborg/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,12 +544,12 @@ def borg_options(self, cmd, borg_opts, emborg_opts, strip_prefix):
warn(
dedent(
f"""
you should use 'borg key export' to export the
you should use borg key export to export the
encryption key, and then keep that key in a safe
place. You can do this with emborg using 'emborg
place. You can do this with emborg using emborg
--config {self.config_name} borg key export @repo
/.../outfile⟫'. If you lose the key you will lose
access to, your backups.
/.../out-file❭”. If you lose this key you lose
access to your backups.
"""
).strip(),
wrap=True,
Expand Down

0 comments on commit bd12428

Please sign in to comment.