summaryrefslogtreecommitdiffhomepage
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-10-18 15:12:06 -0400
committerJoey Hess <joeyh@joeyh.name>2016-10-18 15:12:06 -0400
commit95a5d994379165f143c7c32517c45d28c2d8242a (patch)
tree73e8047145f4fd6735f751b56c6b5269fcbab01f /CmdLine.hs
parentbf5e9d85e29bba0411ab2378c6566f6caae5f8fb (diff)
downloadkeysafe-95a5d994379165f143c7c32517c45d28c2d8242a.tar.gz
forgot to update the man page for all the recently added options
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"