Commit graph

9 commits

Author SHA1 Message Date
Frank Denis
3bd2ae56da Bump 2020-06-06 22:24:07 +02:00
Frank Denis
a705d72380 Add line breaks between synopsis commands; regen man page
Fixes #74
2020-05-06 10:22:34 +02:00
Frank Denis
ba6bc8eb98 No need to manually move the secret key to ~/.minisign any more 2016-08-01 01:17:25 +02:00
Frank Denis
2c97046c15 Final stop 2016-08-01 00:46:54 +02:00
Frank Denis
9ad3d02b6e Take the signature off the man page
Is it not very readable as a man page
2016-08-01 00:45:35 +02:00
Frank Denis
cea57b2fe7 Update the man page 2016-08-01 00:40:58 +02:00
Frank Denis
fa455e73d6 Load the secret key from ~/.minisign/minisign.key by default
Or `${MINISIGN_CONFIG_DIR}/minisign.key` if `MINISIGN_CONFIG_DIR` is
defined.
2016-06-12 21:55:53 +02:00
Frank Denis
74f7017d7e Despam 2016-01-01 10:39:56 +01:00
Corey Edwards
7f41769d67 Added manual page
I thought it would be nice to have a man page for this wonderful piece of software, especially with it being available in various package managers like Homebrew.

This man page is basically a reformatting (and slight reorganizing to fit the typical man page structure) of the official docs.

src/manpage.md is the Markdown source which can generate the actual man page (share/man/man1/minisign.1) using ronn <http://rtomayko.github.com/ronn/>

Update: Corrected a few typos that I didn't catch before original submission.
2015-12-31 18:18:28 -06:00