From ab757ebc84bc243785b54d085a549348af701366 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 24 Oct 2008 00:17:01 +0000 Subject: Add additional text that might explain what this script does --- etc/phpshellsessions/cvssync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index 4a855b4..175e015 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -66,7 +66,7 @@ if($command_split[2]) { $branch = $command_split[2]; } else { if(!$argv[3]) { - echo "\nPlease select which branch you would like:\n\n"; + echo "\nPlease select which branch you would like to sync against:\n\n"; foreach($branches as $branchname => $branchdesc) { echo "{$branchname} \t {$branchdesc}\n"; } -- cgit v1.1