mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 12:25:24 +00:00
remove help text options until i put together the help text
This commit is contained in:
@ -32,10 +32,6 @@ if ($argc > 1){
|
||||
$branch = $argv[$arg];
|
||||
$branch_override = true;
|
||||
break;
|
||||
case '-h':
|
||||
case '-H':
|
||||
case '--help':
|
||||
|
||||
default: // for legacy support from before we started using --branch
|
||||
$branch = $argv[$arg];
|
||||
$branch_override = true;
|
||||
|
||||
Reference in New Issue
Block a user