summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-24 00:17:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-24 00:17:01 +0000
commitab757ebc84bc243785b54d085a549348af701366 (patch)
tree88ce9e58944de77b440f1af43002035987e1cc63 /etc/phpshellsessions
parent0c68311c6bf53e550512c12f27ddd1e86968c873 (diff)
downloadpfsense-ab757ebc84bc243785b54d085a549348af701366.zip
pfsense-ab757ebc84bc243785b54d085a549348af701366.tar.gz
Add additional text that might explain what this script does
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/cvssync2
1 files changed, 1 insertions, 1 deletions
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";
}
OpenPOWER on IntegriCloud