browser-home-profile: mktmp: Fixed typo (help function)
This commit is contained in:
parent
beac21f5ad
commit
aa302c369e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ function mktmp {
|
|||
while true; do
|
||||
case ${1} {
|
||||
(-p|--tmpd*) tmpdir=${2:-${TMPDIR:-/tmp}}; shift;;
|
||||
(-h|--help) mktmp_help; return;;
|
||||
(-h|--help) mktmp-help; return;;
|
||||
(-m|--mode) mode=${2} ; shift;;
|
||||
(-o|--owner) owner=${2}; shift;;
|
||||
(-g|--group) group=${2}; shift;;
|
||||
|
|
Loading…
Add table
Reference in a new issue