[Bps-public-commit] SD branch, master, updated. 1dcc7f59764a7c79f2e01002776b5af0476ba23a

jesse jesse at bestpractical.com
Tue Jun 9 09:55:05 EDT 2009


The branch, master has been updated
       via  1dcc7f59764a7c79f2e01002776b5af0476ba23a (commit)
      from  4c3a92b82188a5f7d9f94131aa1216337ffeff62 (commit)

Summary of changes:
 lib/App/SD/CLI/Command/Help/Sync.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 1dcc7f59764a7c79f2e01002776b5af0476ba23a
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Jun 9 09:54:54 2009 -0400

    Fixed missing --args in Sync help

diff --git a/lib/App/SD/CLI/Command/Help/Sync.pm b/lib/App/SD/CLI/Command/Help/Sync.pm
index 2c969ab..718bca3 100644
--- a/lib/App/SD/CLI/Command/Help/Sync.pm
+++ b/lib/App/SD/CLI/Command/Help/Sync.pm
@@ -9,11 +9,11 @@ sub run {
 
 print <<EOF
 
-    ${cmd}clone http://example.com/path/to/sd
+    ${cmd}clone --from http://example.com/path/to/sd
       Create a new copy (replica) of a published SD replica from an
       http, ftp or file URL.
 
-    ${cmd}pull http://example.com/path/to/sd
+    ${cmd}pull --from http://example.com/path/to/sd
       Integrate changes from a published SD replica over http, ftp or 
       file URL.
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list