summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-09-22 18:07:27 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-09-22 18:07:27 -0400
commit11f52e40643ef473eb0e12a3266344378b28000b (patch)
tree649870b70d83f1a23cff92c71772d21aaba019c3 /etc/phpshellsessions
parent978fd2e812453268712d4bae07b3f685976f7d6b (diff)
downloadpfsense-11f52e40643ef473eb0e12a3266344378b28000b.zip
pfsense-11f52e40643ef473eb0e12a3266344378b28000b.tar.gz
Clarify that the URL should be a RCS url and that it should be HTTP
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/gitsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync
index 560baf8..6262034 100644
--- a/etc/phpshellsessions/gitsync
+++ b/etc/phpshellsessions/gitsync
@@ -58,7 +58,7 @@ if($command_split[2]) {
foreach($branches as $branchname => $branchdesc) {
echo "{$branchname} \t {$branchdesc}\n";
}
- echo "\nOr alternatively you may enter a custom branch URL.\n\n";
+ echo "\nOr alternatively you may enter a custom RCS branch URL (HTTP).\n\n";
$branch = readline("> ");
echo "\n";
} else {
OpenPOWER on IntegriCloud