upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin/ngit/sub_commands/init.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/ngit/sub_commands/init.rs')
-rw-r--r--src/bin/ngit/sub_commands/init.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/ngit/sub_commands/init.rs b/src/bin/ngit/sub_commands/init.rs
index 0554f32..85496ea 100644
--- a/src/bin/ngit/sub_commands/init.rs
+++ b/src/bin/ngit/sub_commands/init.rs
@@ -400,8 +400,8 @@ fn validate_fresh(cli: &Cli, args: &SubCommandArgs, user_has_grasp_list: bool) -
400 400
401#[derive(Debug, clap::Args)] 401#[derive(Debug, clap::Args)]
402pub struct SubCommandArgs { 402pub struct SubCommandArgs {
403 #[clap(long)] 403 #[clap(long, alias = "title")]
404 /// name of repository (preferred over --identifier) 404 /// name of repository (preferred over --identifier); --title is an alias
405 name: Option<String>, 405 name: Option<String>,
406 #[clap(long)] 406 #[clap(long)]
407 /// shortname with no spaces or special characters 407 /// shortname with no spaces or special characters