summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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