mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	docs: fix description of -l flag
This commit is contained in:
		
							parent
							
								
									e6c4c32bd7
								
							
						
					
					
						commit
						81f7b77b8b
					
				
							
								
								
									
										2
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.go
									
									
									
									
									
								
							@ -49,7 +49,7 @@ func main() {
 | 
				
			|||||||
	setshflag := getopt.BoolLong("setshellenv", 'S', "Sets $SHELL to Hilbish's executed path")
 | 
						setshflag := getopt.BoolLong("setshellenv", 'S', "Sets $SHELL to Hilbish's executed path")
 | 
				
			||||||
	cmdflag := getopt.StringLong("command", 'c', "", "Executes a command on startup")
 | 
						cmdflag := getopt.StringLong("command", 'c', "", "Executes a command on startup")
 | 
				
			||||||
	configflag := getopt.StringLong("config", 'C', defaultConfPath, "Sets the path to Hilbish's config")
 | 
						configflag := getopt.StringLong("config", 'C', defaultConfPath, "Sets the path to Hilbish's config")
 | 
				
			||||||
	getopt.BoolLong("login", 'l', "Makes Hilbish act like a login shell")
 | 
						getopt.BoolLong("login", 'l', "Force Hilbish to be a login shell")
 | 
				
			||||||
	getopt.BoolLong("interactive", 'i', "Force Hilbish to be an interactive shell")
 | 
						getopt.BoolLong("interactive", 'i', "Force Hilbish to be an interactive shell")
 | 
				
			||||||
	getopt.BoolLong("noexec", 'n', "Don't execute and only report Lua syntax errors")
 | 
						getopt.BoolLong("noexec", 'n', "Don't execute and only report Lua syntax errors")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user