summaryrefslogtreecommitdiffstats
path: root/bin/filebucket
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2010-04-21 00:20:19 -0700
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commitb6e2ce6a85c953fcd57a3b837ccaa794a634dc22 (patch)
tree66ef5c62bed72f4784a6505c22aa2d3db9ecb1dd /bin/filebucket
parentb0737228b8b56019e417d68d7215270ce282f535 (diff)
downloadpuppet-b6e2ce6a85c953fcd57a3b837ccaa794a634dc22.tar.gz
puppet-b6e2ce6a85c953fcd57a3b837ccaa794a634dc22.tar.xz
puppet-b6e2ce6a85c953fcd57a3b837ccaa794a634dc22.zip
feature #2276 Single Executable: help info
Change the --help text to match the new single executable invocations Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
Diffstat (limited to 'bin/filebucket')
-rwxr-xr-xbin/filebucket8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/filebucket b/bin/filebucket
index 1c5daa4e3..aa0a1d9d0 100755
--- a/bin/filebucket
+++ b/bin/filebucket
@@ -7,7 +7,7 @@
#
# = Usage
#
-# filebucket [-h|--help] [-V|--version] [-d|--debug] [-v|--verbose]
+# puppet filebucket [-h|--help] [-V|--version] [-d|--debug] [-v|--verbose]
# [-l|--local] [-r|--remote]
# [-s|--server <server>] [-b|--bucket <directory>] <file> <file> ...
#
@@ -41,9 +41,9 @@
#
# = Example
#
-# $ filebucket backup /etc/passwd
+# $ puppet filebucket backup /etc/passwd
# /etc/passwd: 429b225650b912a2ee067b0a4cf1e949
-# $ filebucket restore /tmp/passwd 429b225650b912a2ee067b0a4cf1e949
+# $ puppet filebucket restore /tmp/passwd 429b225650b912a2ee067b0a4cf1e949
# $
#
# = Options
@@ -83,7 +83,7 @@
#
# = Example
#
-# filebucket -b /tmp/filebucket /my/file
+# puppet filebucket -b /tmp/filebucket /my/file
#
# = Author
#