diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-24 00:15:37 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-24 00:15:37 +0000 |
commit | 0c68311c6bf53e550512c12f27ddd1e86968c873 (patch) | |
tree | febfc15aeb982dad39820d3207b64ad6cd31aeb4 /etc | |
parent | d56e44ba31a5d67de099be840f7c96a82f5533a4 (diff) | |
download | pfsense-0c68311c6bf53e550512c12f27ddd1e86968c873.zip pfsense-0c68311c6bf53e550512c12f27ddd1e86968c873.tar.gz |
Use tabs to seperate option and text
Diffstat (limited to 'etc')
-rw-r--r-- | etc/phpshellsessions/cvssync | 4 |
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]; |