Merge pull request #1660 from mojombo/fix-shorts
Change short version of '--verbose' to '-V'
This commit is contained in:
		
						commit
						4f8b6aaa7e
					
				| 
						 | 
				
			
			@ -40,7 +40,7 @@ def add_build_options(c)
 | 
			
		|||
  c.option '-w', '--watch', 'Watch for changes and rebuild'
 | 
			
		||||
  c.option '--lsi', 'Use LSI for improved related posts'
 | 
			
		||||
  c.option '-D', '--drafts', 'Render posts in the _drafts folder'
 | 
			
		||||
  c.option '-v', '--verbose', 'Print verbose output.'
 | 
			
		||||
  c.option '-V', '--verbose', 'Print verbose output.'
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
command :default do |c|
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue