mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add additional text that might explain what this script does
This commit is contained in:
parent
0c68311c6b
commit
ab757ebc84
@ -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";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user