lib/nanoc/cli/commands/show-plugins.rb in nanoc-4.0.0rc1 vs lib/nanoc/cli/commands/show-plugins.rb in nanoc-4.0.0rc2
- old
+ new
@@ -1,10 +1,10 @@
summary 'show all available plugins'
aliases :info
usage 'show-plugins [options]'
description <<-EOS
Show a list of available plugins, including filters and data sources.
-If the current directory contains a nanoc web site, the plugins defined in this site will be shown as well.
+If the current directory contains a Nanoc web site, the plugins defined in this site will be shown as well.
EOS
module Nanoc::CLI::Commands
class ShowPlugins < ::Nanoc::CLI::CommandRunner
def run