[Updated] euphoria-install.sh: added help file
This commit is contained in:
parent
c4237d1c08
commit
81fd9eebc7
@ -109,4 +109,17 @@ case $1 in
|
|||||||
check_root
|
check_root
|
||||||
uninstall_pkg
|
uninstall_pkg
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
*)
|
||||||
|
printf """
|
||||||
|
[SYNOPSIS]
|
||||||
|
${0} <option>
|
||||||
|
|
||||||
|
[OPTIONS]
|
||||||
|
|
||||||
|
install Install ${name}-${version}
|
||||||
|
uninstall Uninstall ${name}-${version}
|
||||||
|
|
||||||
|
"""
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user