[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. 4ae79476683505a30b127ec037a4337c5491c4f6

spang at bestpractical.com spang at bestpractical.com
Wed Jan 28 03:20:41 EST 2009


The branch, master has been updated
       via  4ae79476683505a30b127ec037a4337c5491c4f6 (commit)
      from  e3a4b1b8af488e9af6ab3fdf47206e86c77ceea4 (commit)

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

- Log -----------------------------------------------------------------
commit 4ae79476683505a30b127ec037a4337c5491c4f6
Author: Christine Spang <spang at bestpractical.com>
Date:   Wed Jan 28 10:20:32 2009 +0200

    fix accidentally omitted command name in history help

diff --git a/lib/App/SD/CLI/Command/Help/History.pm b/lib/App/SD/CLI/Command/Help/History.pm
index 8d60cd1..5cfb70f 100644
--- a/lib/App/SD/CLI/Command/Help/History.pm
+++ b/lib/App/SD/CLI/Command/Help/History.pm
@@ -31,14 +31,14 @@ Examples:
     $cmd log LATEST
       Shows the most recent change.
 
-    $cmd LATEST~4
+    $cmd log LATEST~4
       Shows changes from 4 before the most recent change up to the most
       recent change.
 
-    $cmd 2..LATEST~5
+    $cmd log 2..LATEST~5
       Shows the second change up through 5 before the latest.
 
-    $cmd LATEST~10..LATEST~5
+    $cmd log LATEST~10..LATEST~5
       Shows changes from 10 before the latest to 5 before the latest.
 EOF
 

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



More information about the Bps-public-commit mailing list