Fix typo
This commit is contained in:
parent
6767deb6a2
commit
b3d27fc1a8
1 changed files with 1 additions and 1 deletions
2
sti
2
sti
|
@ -34,7 +34,7 @@ information about a command." | fold
|
||||||
|
|
||||||
function help_reinit ()
|
function help_reinit ()
|
||||||
{
|
{
|
||||||
local xname="$(basename 0)"
|
local xname="$(basename $0)"
|
||||||
|
|
||||||
echo "Usage: ${xname} reinit TOOL"
|
echo "Usage: ${xname} reinit TOOL"
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue