summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorIan Taylor <ian@lorf.org>2009-06-05 12:39:04 -0400
committerJames Turnbull <james@lovedthanlost.net>2009-06-06 09:12:00 +1000
commit4f2c066a97e59a89df64af4b25beac6f3f0553c2 (patch)
tree126540beec3c65448e01e1b48d27275ec4ee6ea4 /bin
parent97e6975d69f239e24993315a25a3117b1daa48c3 (diff)
downloadpuppet-4f2c066a97e59a89df64af4b25beac6f3f0553c2.tar.gz
puppet-4f2c066a97e59a89df64af4b25beac6f3f0553c2.tar.xz
puppet-4f2c066a97e59a89df64af4b25beac6f3f0553c2.zip
Removed extra whitespace from end of lines
Diffstat (limited to 'bin')
-rwxr-xr-xbin/filebucket4
-rwxr-xr-xbin/puppetdoc4
-rwxr-xr-xbin/ralsh2
3 files changed, 5 insertions, 5 deletions
diff --git a/bin/filebucket b/bin/filebucket
index 911bd2ec7..201fd1c1c 100755
--- a/bin/filebucket
+++ b/bin/filebucket
@@ -45,7 +45,7 @@
# /etc/passwd: 429b225650b912a2ee067b0a4cf1e949
# $ filebucket restore /tmp/passwd 429b225650b912a2ee067b0a4cf1e949
# $
-#
+#
# = Options
#
# Note that any configuration parameter that's valid in the configuration file
@@ -98,4 +98,4 @@ require 'puppet/application'
require 'puppet/application/filebucket'
# launch the filebucket
-Puppet::Application[:filebucket].run \ No newline at end of file
+Puppet::Application[:filebucket].run
diff --git a/bin/puppetdoc b/bin/puppetdoc
index 87e711056..09d0966cd 100755
--- a/bin/puppetdoc
+++ b/bin/puppetdoc
@@ -8,7 +8,7 @@
#
# = Usage
#
-# puppetdoc [-a|--all] [-h|--help] [-o|--outputdir <rdoc outputdir>] [-m|--mode <text|pdf|trac|rdoc>]
+# puppetdoc [-a|--all] [-h|--help] [-o|--outputdir <rdoc outputdir>] [-m|--mode <text|pdf|trac|rdoc>]
# [-r|--reference <[type]|configuration|..>] [manifest-file]
#
# = Description
@@ -19,7 +19,7 @@
# available on the Reductive Labs web site.
#
# In 'rdoc' mode, this command generates an html RDoc hierarchy describing the manifests that
-# are in 'manifestdir' and 'modulepath' configuration directives.
+# are in 'manifestdir' and 'modulepath' configuration directives.
# The generated documentation directory is doc by default but can be changed with the 'outputdir' option.
#
# If the command is started with 'manifest-file' command-line arguments, puppetdoc generate a single
diff --git a/bin/ralsh b/bin/ralsh
index 2c9ac5d64..31cad8f79 100755
--- a/bin/ralsh
+++ b/bin/ralsh
@@ -64,7 +64,7 @@
# = Example
#
# This example uses ``ralsh`` to return Puppet configuration for the user ``luke``::
-#
+#
# $ ralsh user luke
# user { 'luke':
# home => '/home/luke',