File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ enum Commands {
249
249
/// Space name (e.g., @example)
250
250
space : String ,
251
251
252
- /// Path to a nostr event json file (omit for stdin)
252
+ /// Path to a Nostr event json file (omit for stdin)
253
253
#[ arg( short, long) ]
254
254
input : Option < PathBuf > ,
255
255
@@ -263,11 +263,11 @@ enum Commands {
263
263
/// Space name (e.g., @example)
264
264
space : String ,
265
265
266
- /// Path to a signed nostr event json file (omit for stdin)
266
+ /// Path to a signed Nostr event json file (omit for stdin)
267
267
#[ arg( short, long) ]
268
268
input : Option < PathBuf > ,
269
269
} ,
270
- /// Sign a zone file turning it into a space-anchored nostr event
270
+ /// Sign a zone file turning it into a space-anchored Nostr event
271
271
#[ command( name = "signzone" ) ]
272
272
SignZone {
273
273
/// The space to use for signing the DNS file
@@ -278,7 +278,7 @@ enum Commands {
278
278
#[ arg( long) ]
279
279
skip_anchor : bool ,
280
280
} ,
281
- // Refreshes the trust path for space-anchored nostr events
281
+ /// Updates the Merkle trust path for space-anchored Nostr events
282
282
#[ command( name = "refreshanchor" ) ]
283
283
RefreshAnchor {
284
284
/// Path to a Nostr event file (omit for stdin)
You can’t perform that action at this time.
0 commit comments