upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bin/ngit/sub_commands/init.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/ngit/sub_commands/init.rs b/src/bin/ngit/sub_commands/init.rs
index 1b3bf28..5c43e6e 100644
--- a/src/bin/ngit/sub_commands/init.rs
+++ b/src/bin/ngit/sub_commands/init.rs
@@ -798,7 +798,7 @@ fn resolve_fields(
798 .collect(); 798 .collect();
799 let selections: Vec<bool> = vec![true; options.len()]; 799 let selections: Vec<bool> = vec![true; options.len()];
800 let selected = multi_select_with_custom_value( 800 let selected = multi_select_with_custom_value(
801 "additional nostr relays on top of nostr-relays - 1 or 2 public relays are reccomended", 801 "extra nostr relays (grasp servers are sufficient; public relays optional)",
802 "nostr relay", 802 "nostr relay",
803 options, 803 options,
804 selections, 804 selections,