diff options
Diffstat (limited to 'kiki.hs')
-rw-r--r-- | kiki.hs | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1303,11 +1303,7 @@ kiki "merge" [] = do | |||
1303 | , " | --" | 1303 | , " | --" |
1304 | , " | FILE ) ..." | 1304 | , " | FILE ) ..." |
1305 | , "" | 1305 | , "" |
1306 | , "OPERANDS" | 1306 | , "OPTIONS" |
1307 | , "" | ||
1308 | , " --home[=HOMEDIR] A symbolic operand that is a place holder for two files:" | ||
1309 | , " HOMEDIR/{secring.gpg,pubring.gpg}" | ||
1310 | , " HOMEDIR defaults to your GnuPG home directory." | ||
1311 | , "" | 1307 | , "" |
1312 | , " --agent Use gpg-agent." | 1308 | , " --agent Use gpg-agent." |
1313 | , "" | 1309 | , "" |
@@ -1319,6 +1315,12 @@ kiki "merge" [] = do | |||
1319 | , "" | 1315 | , "" |
1320 | , " --packets After files have been written, declare each known pkg packet." | 1316 | , " --packets After files have been written, declare each known pkg packet." |
1321 | , "" | 1317 | , "" |
1318 | , "OPERANDS" | ||
1319 | , "" | ||
1320 | , " --home[=HOMEDIR] A symbolic operand that is a place holder for two files:" | ||
1321 | , " HOMEDIR/{secring.gpg,pubring.gpg}" | ||
1322 | , " HOMEDIR defaults to your GnuPG home directory." | ||
1323 | , "" | ||
1322 | , " FILE A path to a key file to read or update." | 1324 | , " FILE A path to a key file to read or update." |
1323 | , "" | 1325 | , "" |
1324 | , "MODIFIERS" | 1326 | , "MODIFIERS" |