diff --git a/scripts/glacier b/scripts/glacier index 005ca8f..0a7312d 100644 --- a/scripts/glacier +++ b/scripts/glacier @@ -11,15 +11,15 @@ while [[ $# -gt 0 ]]; do case $1 in -h|--help) printf "$blue Glacier - A source based package manager written in POSIX sh $reset\n" - printf "glacier {-h --help} show this message and exit\n" - printf "glacier {--version} display the current Glacier version and exit\n" - printf "glacier {install -f} install a package\n" - printf "glacier {update -u} update a package\n" - printf "glacier {remove -x} remove a package\n" - printf "glacier {query -q} query a package\n" - printf "glacier {cache -c} cache a package\n" - printf "glacier {cache-install -ci} install a cached package\n" - printf "glacier {cache-clear -cc} clear the package cache\n" + printf "$ glacier {-h --help} show this message and exit\n" + printf "$ glacier {--version} display the current Glacier version and exit\n" + printf "# glacier {install -f} install a package\n" + printf "# glacier {update -u} update a package\n" + printf "# glacier {remove -x} remove a package\n" + printf "$ glacier {query -q} query a package\n" + printf "# glacier {cache -c} cache a package\n" + printf "# glacier {cache-install -ci} install a cached package\n" + printf "# glacier {cache-clear -cc} clear the package cache\n" printf "\n" printf "This program is free software: see the GNU GPL v3.0 for details.\n" exit 0