commit ff2e20456941cbedf34a10d3ef4be51c90c42a93
parent 29be8497fc7ce0db994a8a1e5bc7c2dd34b324cf
Author: William Casarin <jb55@jb55.com>
Date: Fri, 15 Apr 2022 10:41:17 -0700
update readme
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -12,14 +12,15 @@ A cli util for creating nostr events
## Usage
usage: nostril [OPTIONS] <content>
-
+
OPTIONS
-
+
--dm <hex pubkey> make an encrypted dm to said pubkey. sets kind and tags.
--envelope wrap in ["EVENT",...] for easy relaying
--kind <number> set kind
--created-at <unix timestamp> set a specific created-at time
--sec <hex seckey> set the secret key for signing, otherwise one will be randomly generated
+ --pow <difficulty> number of leading 0 bits of the id to mine
## Examples