get_opt() -> rcube_utils::get_opt()
This commit is contained in:
parent
9a59c93d6f
commit
4b89d77656
3 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ function print_usage()
|
||||||
}
|
}
|
||||||
|
|
||||||
// read arguments
|
// read arguments
|
||||||
$opts = get_opt(array(
|
$opts = rcube_utils::get_opt(array(
|
||||||
'a' => 'all',
|
'a' => 'all',
|
||||||
'h' => 'host',
|
'h' => 'host',
|
||||||
'u' => 'user',
|
'u' => 'user',
|
||||||
|
|
|
@ -41,7 +41,7 @@ function print_usage()
|
||||||
}
|
}
|
||||||
|
|
||||||
// read arguments
|
// read arguments
|
||||||
$opts = get_opt(array(
|
$opts = rcube_utils::get_opt(array(
|
||||||
'n' => 'num',
|
'n' => 'num',
|
||||||
'h' => 'host',
|
'h' => 'host',
|
||||||
'u' => 'user',
|
'u' => 'user',
|
||||||
|
|
|
@ -39,7 +39,7 @@ function print_usage()
|
||||||
}
|
}
|
||||||
|
|
||||||
// read arguments
|
// read arguments
|
||||||
$opts = get_opt(array(
|
$opts = rcube_utils::get_opt(array(
|
||||||
'h' => 'host',
|
'h' => 'host',
|
||||||
'l' => 'limit',
|
'l' => 'limit',
|
||||||
'v' => 'verbose',
|
'v' => 'verbose',
|
||||||
|
|
Loading…
Add table
Reference in a new issue