cli: clarify --debug help
This commit is contained in:
		
							parent
							
								
									69da28d9b9
								
							
						
					
					
						commit
						776a973d2c
					
				| @ -81,7 +81,7 @@ helpflags :: [Flag RawOpts] | |||||||
| helpflags = [ | helpflags = [ | ||||||
|   flagNone ["help","h"] (setboolopt "help") "show general help or (after command) command help" |   flagNone ["help","h"] (setboolopt "help") "show general help or (after command) command help" | ||||||
|  -- ,flagNone ["browse-args"] (setboolopt "browse-args") "use a web UI to select options and build up a command line" |  -- ,flagNone ["browse-args"] (setboolopt "browse-args") "use a web UI to select options and build up a command line" | ||||||
|  ,flagReq  ["debug"]    (\s opts -> Right $ setopt "debug" s opts) "N" "show debug output (increase N for more detail)" |  ,flagReq  ["debug"]    (\s opts -> Right $ setopt "debug" s opts) "N" "show debug output if N is 1-9 (default: 0)" | ||||||
|  ,flagNone ["version"] (setboolopt "version") "show version information" |  ,flagNone ["version"] (setboolopt "version") "show version information" | ||||||
|  ] |  ] | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user