summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-24 00:15:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-24 00:15:37 +0000
commit0c68311c6bf53e550512c12f27ddd1e86968c873 (patch)
treefebfc15aeb982dad39820d3207b64ad6cd31aeb4 /etc/phpshellsessions
parentd56e44ba31a5d67de099be840f7c96a82f5533a4 (diff)
downloadpfsense-0c68311c6bf53e550512c12f27ddd1e86968c873.zip
pfsense-0c68311c6bf53e550512c12f27ddd1e86968c873.tar.gz
Use tabs to seperate option and text
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/cvssync4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index 503de3a..4a855b4 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -68,9 +68,9 @@ if($command_split[2]) {
if(!$argv[3]) {
echo "\nPlease select which branch you would like:\n\n";
foreach($branches as $branchname => $branchdesc) {
- echo "{$branchname} - {$branchdesc}\n";
+ echo "{$branchname} \t {$branchdesc}\n";
}
- $branch = readline("\n> ");
+ $branch = readline("> ");
echo "\n";
} else {
$branch = $argv[3];
OpenPOWER on IntegriCloud