Skip to content

Commit 2407d69

Browse files
committed
Fix command description
1 parent c810a2e commit 2407d69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/src/bin/space-cli.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ enum Commands {
249249
/// Space name (e.g., @example)
250250
space: String,
251251

252-
/// Path to a nostr event json file (omit for stdin)
252+
/// Path to a Nostr event json file (omit for stdin)
253253
#[arg(short, long)]
254254
input: Option<PathBuf>,
255255

@@ -263,11 +263,11 @@ enum Commands {
263263
/// Space name (e.g., @example)
264264
space: String,
265265

266-
/// Path to a signed nostr event json file (omit for stdin)
266+
/// Path to a signed Nostr event json file (omit for stdin)
267267
#[arg(short, long)]
268268
input: Option<PathBuf>,
269269
},
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
271271
#[command(name = "signzone")]
272272
SignZone {
273273
/// The space to use for signing the DNS file
@@ -278,7 +278,7 @@ enum Commands {
278278
#[arg(long)]
279279
skip_anchor: bool,
280280
},
281-
// Refreshes the trust path for space-anchored nostr events
281+
/// Updates the Merkle trust path for space-anchored Nostr events
282282
#[command(name = "refreshanchor")]
283283
RefreshAnchor {
284284
/// Path to a Nostr event file (omit for stdin)

0 commit comments

Comments
 (0)