summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-07-18 16:41:15 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-07-18 16:41:15 +0000
commitd5569bcf30ad40b1780c1550368455127114cdd2 (patch)
tree0950c0de84f07e70f165fb3246cea0fcdd414a63
parentd9a30a679d48140634935d87d0c5d3218daf917e (diff)
downloadpuppet-d5569bcf30ad40b1780c1550368455127114cdd2.tar.gz
puppet-d5569bcf30ad40b1780c1550368455127114cdd2.tar.xz
puppet-d5569bcf30ad40b1780c1550368455127114cdd2.zip
Fixing #719 -- the filebucket docs now only mention filebucket, not pbucket
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2704 980ebf18-57e1-0310-9a29-db15c13687c0
-rwxr-xr-xbin/filebucket10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/filebucket b/bin/filebucket
index f2dfa46ce..2001eaf63 100755
--- a/bin/filebucket
+++ b/bin/filebucket
@@ -7,7 +7,7 @@
#
# = Usage
#
-# pbucket [-h|--help] [-V|--version] [-d|--debug] [-v|--verbose]
+# filebucket [-h|--help] [-V|--version] [-d|--debug] [-v|--verbose]
# [-l|--local] [-r|--remote]
# [-s|--server <server>] [-b|--bucket <directory>] <file> <file> ...
#
@@ -34,16 +34,16 @@
# to this argument; you are not restricted to restoring the content to its
# original location.
#
-# Note that +pbucket+ defaults to using a network-based filebucket available on
+# Note that +filebucket+ defaults to using a network-based filebucket available on
# the server named +puppet+. To use this, you'll have to be running as a user
# with valid Puppet certificates. Alternatively, you can use your local file bucket
# by specifying +--local+.
#
# = Example
#
-# $ pbucket backup /etc/passwd
+# $ filebucket backup /etc/passwd
# /etc/passwd: 429b225650b912a2ee067b0a4cf1e949
-# $ pbucket restore /tmp/passwd 429b225650b912a2ee067b0a4cf1e949
+# $ filebucket restore /tmp/passwd 429b225650b912a2ee067b0a4cf1e949
# $
#
# = Options
@@ -83,7 +83,7 @@
#
# = Example
#
-# pbucket -b /tmp/filebucket /my/file
+# filebucket -b /tmp/filebucket /my/file
#
# = Author
#