mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
fix(tasko): help function
This commit is contained in:
parent
b2f437b21a
commit
ff81b3ddb8
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ function _tasko_print_help() {
|
|||
function tasko () {
|
||||
if [[ $# -ne 2 ]]; then
|
||||
echo 'Error: Too many/few arguments, expecting two.' >&2
|
||||
tasko_print_help
|
||||
_tasko_print_help
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue