typo
This commit is contained in:
		
							parent
							
								
									b8df717133
								
							
						
					
					
						commit
						07a460d875
					
				@ -5,7 +5,7 @@ pub fn make_app() -> App<'static, 'static> {
 | 
				
			|||||||
    App::new("rnote")
 | 
					    App::new("rnote")
 | 
				
			||||||
        .version("0.1.1")
 | 
					        .version("0.1.1")
 | 
				
			||||||
        .author("Volodymyr Patuta")
 | 
					        .author("Volodymyr Patuta")
 | 
				
			||||||
        .about("Minimal note talking cli tool.")
 | 
					        .about("Minimal note taking cli tool.")
 | 
				
			||||||
        .setting(AppSettings::ArgRequiredElseHelp)
 | 
					        .setting(AppSettings::ArgRequiredElseHelp)
 | 
				
			||||||
        .subcommand(
 | 
					        .subcommand(
 | 
				
			||||||
            SubCommand::with_name("new")
 | 
					            SubCommand::with_name("new")
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user