From 82b505727a6ccbdc650575af3a734f71b605e626 Mon Sep 17 00:00:00 2001 From: Compl Yue Date: Sun, 4 Jul 2021 09:37:57 +0800 Subject: [PATCH] minor fixup --- epm | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/epm b/epm index 23b55bf..1ec3001 100755 --- a/epm +++ b/epm @@ -10,7 +10,7 @@ function main() { # @VARIABLE: VERSION # @DESCRIPTION: # Version of this script. - VERSION=0.3.0 + VERSION=0.3.1 # Default base URL for short package names BASE_URL=${EPM_REPO_BASE:-"https://github.com/e-wrks"} @@ -336,7 +336,7 @@ FLAGS: -h, --help Prints help information ARGS: - [ ... ] E.g. \"edhi\" or \"cabal install all:exes\" + [ ... ] E.g. \"edhm\" or \"stack run hski\" ") exit 1 } @@ -955,17 +955,12 @@ FLAGS: ;; --list-commands) echo "exec - -i +init install -l list rm run -u -up -update -x" +update" exit 0 ;; -h | --help)