diff --git a/lib/exec/publish b/lib/exec/publish index 9971d88..9ec65af 100755 --- a/lib/exec/publish +++ b/lib/exec/publish @@ -23,9 +23,10 @@ requires curl -while getopts "dh" arg; do +while getopts "dhu:" arg; do case $arg in h) help ${self} ; exit 0;; + u) export KEYSERVER="$OPTARG" ;; esac done let OPTIND--; shift ${OPTIND}