summaryrefslogtreecommitdiffhomepage
path: root/CmdLine.hs
diff options
context:
space:
mode:
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CmdLine.hs b/CmdLine.hs
index 77914f8..155a628 100644
--- a/CmdLine.hs
+++ b/CmdLine.hs
@@ -132,7 +132,7 @@ parseMode =
<|> BackupServer <$> strOption
( long "backup-server"
<> metavar "BACKUPDIR"
- <> help "Run on a server, populates the directory with a gpg encrypted backup of all objects stored in the --store-directory. This is designed to be rsynced offsite (with --delete) to back up the a keysafe server with minimal information leakage."
+ <> help "Run on a server, populates the directory with a gpg encrypted backup of all objects stored in the --store-directory. This is designed to be rsynced offsite (with --delete) to back up a keysafe server with minimal information leakage."
)
<|> RestoreServer <$> strOption
( long "restore-server"