Merge pull request #3065 from cllns/master
This commit is contained in:
		
						commit
						b02a5ba76a
					
				|  | @ -9,6 +9,7 @@ module Jekyll | |||
|           prog.command(:build) do |c| | ||||
|             c.syntax      'build [options]' | ||||
|             c.description 'Build your site' | ||||
|             c.alias :b | ||||
| 
 | ||||
|             add_build_options(c) | ||||
| 
 | ||||
|  |  | |||
|  | @ -10,6 +10,7 @@ module Jekyll | |||
|             c.syntax 'serve [options]' | ||||
|             c.description 'Serve your site locally' | ||||
|             c.alias :server | ||||
|             c.alias :s | ||||
| 
 | ||||
|             add_build_options(c) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue