diff options
-rw-r--r-- | src/pro-archman.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pro-archman.sh b/src/pro-archman.sh index 8c77377..d3e6ba2 100644 --- a/src/pro-archman.sh +++ b/src/pro-archman.sh @@ -68,10 +68,12 @@ use() fi } +use locale use cmd main() { + load_locale load_cmds if [ ${#} -lt 1 ]; then |