Add --sec to the documentation

Closes: https://github.com/jb55/nostril/pull/32
This commit is contained in:
Daniel Dương 2023-08-08 13:35:39 -03:00 committed by William Casarin
parent d657ccdf84
commit 8726ad3b15
2 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,9 @@ nostril - generate nostr events
*--created-at* <unix timestamp>
Set the created at. Optional, this is set automatically.
*--sec* <hex seckey>
Set the secret key for signing, otherwise one will be randomly generated.
*--mine-pubkey*
Mine a pubkey. This may or may not be cryptographically dubious.

View File

@ -47,6 +47,11 @@ Set the kind of the note
Set the created at.\& Optional, this is set automatically.\&
.P
.RE
\fB--sec\fR <hex seckey>
.RS 4
Set the secret key for signing, otherwise one will be randomly generated.\&
.P
.RE
\fB--mine-pubkey\fR
.RS 4
Mine a pubkey.\& This may or may not be cryptographically dubious.\&