From d5569bcf30ad40b1780c1550368455127114cdd2 Mon Sep 17 00:00:00 2001 From: luke Date: Wed, 18 Jul 2007 16:41:15 +0000 Subject: 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 --- bin/filebucket | 10 +++++----- 1 file 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 ] [-b|--bucket ] ... # @@ -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 # -- cgit