diff options
author | MatMoul <matmoul@gmail.com> | 2018-12-26 02:58:55 +0100 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2018-12-26 02:58:55 +0100 |
commit | 8cf7a43b9b4352ae6710c58eebcca23ab0083ef9 (patch) | |
tree | 1c51f14bfd90e7a4b81aeb7997c76e92fc79b404 | |
parent | 19889dee3278192d217089ea0c1901a62757aebb (diff) | |
download | hyperfi-8cf7a43b9b4352ae6710c58eebcca23ab0083ef9.tar.lz hyperfi-8cf7a43b9b4352ae6710c58eebcca23ab0083ef9.tar.xz hyperfi-8cf7a43b9b4352ae6710c58eebcca23ab0083ef9.zip |
Add --help args
-rw-r--r-- | archfi | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1366,6 +1366,13 @@ loadstrings(){ # -------------------------------------------------------- while (( "$#" )); do case $1 in + --help) + echo "archfi" + echo "------" + echo "-sf | --skip-font Skip setfont from language files" + echo "-t | --test ghusername ghbranch Test language files" + exit 0 + ;; -sf | --skip-font) skipfont=1;; -t | --test) baseurl="https://raw.githubusercontent" baseurl="$baseurl.com/""$2/archfi/$3";; |