Prevent print from parsing usage string options

This commit is contained in:
Rezart Qelibari
2022-04-06 11:30:04 +02:00
parent d2139d7b38
commit 7f55fb66f8
4 changed files with 4 additions and 4 deletions

View File

@@ -260,7 +260,7 @@ function getUsage() {
Copyright (C) 2022 Rezart Qelibari, Astzweig GmbH & Co. KG
License EUPL-1.2. There is NO WARRANTY, to the extent permitted by law.
USAGE
print ${text}
print -- ${text}
}
if [[ "${ZSH_EVAL_CONTEXT}" == toplevel ]]; then