diff --git a/pms-cli b/pms-cli index a76667d..8ce73cf 100755 --- a/pms-cli +++ b/pms-cli @@ -1,7 +1,7 @@ #!/usr/bin/env bash # CONSTANTS -readonly PKGVER="0.2.0" +readonly PKGVER="0.2.1" readonly LICENSE="GNU AGPLv3" readonly ROOTPATH="$(dirname $(readlink -f $(which $0)))" readonly TEMPLATEDIR="${ROOTPATH}/.template" @@ -93,6 +93,7 @@ while true; do ;; --reset) shift + stop "$1" reset "$1" ;; --)