summaryrefslogtreecommitdiff
path: root/kvasile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-10-10 18:30:39 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-10-10 18:30:39 +0100
commit822ba778053b8ba94f0adb6a2a9b9282b53d1b49 (patch)
treed586f06f1512c00b7ff855859efc38a27183277e /kvasile
parent21b03a3f899c380310f084ea7ac9bb34cf5b677e (diff)
make use of gentoo functions
Diffstat (limited to 'kvasile')
-rwxr-xr-xkvasile23
1 files changed, 11 insertions, 12 deletions
diff --git a/kvasile b/kvasile
index 2fd2fa2..4a4bdf5 100755
--- a/kvasile
+++ b/kvasile
@@ -35,20 +35,19 @@ case $1 in
source /usr/share/kvasile/devmodeset
;;
--help)
- echo -e ""
- echo -e "Usage: kvasile [options]"
- echo -e ""
- echo -e "Options:"
- echo -e "--makepkg : build package/target in a clean squashed core"
- echo -e "--makeiso : build iso based on clean squashed core + targets"
- echo -e "--resetmode : reset INSTALLED Kogaion system state - You're on your own, you've been warned!"
- echo -e "--usermode : switch INSTALLED Kogaion system state to usermode - use binary packages from repositories"
- echo -e "--devmode : switch INSTALLED Kogaion system state to devmode (aka Gentoo mode) - use source packages from portage tree"
- echo -e "--help : display this help and exit"
- echo -e ""
+ einfo "Usage: kvasile [options]"
+ einfo ""
+ einfo "Options:"
+ einfo "--makepkg : build package/target in a clean squashed core"
+ einfo "--makeiso : build iso based on clean squashed core + targets"
+ einfo "--resetmode : reset INSTALLED Kogaion system state - You're on your own, you've been warned!"
+ einfo "--usermode : switch INSTALLED Kogaion system state to usermode - use binary packages from repositories"
+ einfo "--devmode : switch INSTALLED Kogaion system state to devmode (aka Gentoo mode) - use source packages from portage tree"
+ einfo "--help : display this help and exit"
+ einfo ""
;;
*)
- echo -e "error: no operation specified, use --help for help"
+ eerror -e "error: no operation specified, use --help for help"
;;
esac