summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util
diff options
context:
space:
mode:
authorDaniel Pittman <daniel@puppetlabs.com>2011-05-02 15:36:05 -0700
committerDaniel Pittman <daniel@puppetlabs.com>2011-05-02 15:36:05 -0700
commit25ee3d62bdd6c1e835f74eb9aa5f2e03e6b570df (patch)
treedfdfe515aa34034fb285fa675a04a7e3518f91fe /lib/puppet/util
parenta71bfa10123276b1dc96c5ef540b9fbf222c2f6d (diff)
parentb20e9779f1c60a2a2ea1ddf21b3c5e06d8f68ac4 (diff)
downloadpuppet-25ee3d62bdd6c1e835f74eb9aa5f2e03e6b570df.tar.gz
puppet-25ee3d62bdd6c1e835f74eb9aa5f2e03e6b570df.tar.xz
puppet-25ee3d62bdd6c1e835f74eb9aa5f2e03e6b570df.zip
Merge branch 'bug/2.7.x/better-error-reporting-in-face-cli-facade' into 2.7.x
Diffstat (limited to 'lib/puppet/util')
-rw-r--r--lib/puppet/util/command_line.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/util/command_line.rb b/lib/puppet/util/command_line.rb
index 714d03f74..daf49e8de 100644
--- a/lib/puppet/util/command_line.rb
+++ b/lib/puppet/util/command_line.rb
@@ -65,7 +65,7 @@ module Puppet
# return to the caller. How strange we are. --daniel 2011-04-11
else
unless subcommand_name.nil? then
- puts "Error: Unknown Puppet subcommand #{subcommand_name}.\n"
+ puts "Error: Unknown Puppet subcommand '#{subcommand_name}'"
end
# Doing this at the top of the file is natural, but causes puppet.rb