# HG changeset patch # User Michael Granger # Date 1581646288 28800 # Thu Feb 13 18:11:28 2020 -0800 # Node ID cba04c3dfc099ea9e2def80618ab21d3846b42bc # Parent 7f5f30c191e906a308d9517958811fd61bba9463 Cleanup whitespace diff --git a/lib/assemblage/command/server.rb b/lib/assemblage/command/server.rb --- a/lib/assemblage/command/server.rb +++ b/lib/assemblage/command/server.rb @@ -162,11 +162,11 @@ Add a new repository named NAME and type TYPE to the server config in SERVER_DIRECTORY. Workers will check out source from the specified URL in response to events published from it. - + The -w flag specifies a list of worker name patterns. Workers which match one or more of these patterns will act on events from this repository. Prefix the pattern with a `-` to omit matching workers instead. - + Valid types are: #{Assemblage::VCSStrategy.available.map(&:to_s).join(', ')} END_DESC