diff options
author | Alejandro Colomar <alx@kernel.org> | 2024-02-09 00:28:51 +0100 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2024-02-20 16:04:24 +0100 |
commit | bc093ab3ee72ca9606fea821fe5c4af221737331 (patch) | |
tree | 3ea500244c16a65d614e0cbc748ad0c7d4a48ce4 | |
parent | 565a8ed0183718deb4e14b3b3d67417db4a8092a (diff) | |
download | unit-bc093ab3ee72ca9606fea821fe5c4af221737331.tar.gz unit-bc093ab3ee72ca9606fea821fe5c4af221737331.tar.bz2 |
Tools: setup-unit: Fix error message
Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rwxr-xr-x | tools/setup-unit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/setup-unit b/tools/setup-unit index 0df19070..5fb7218e 100755 --- a/tools/setup-unit +++ b/tools/setup-unit @@ -417,7 +417,7 @@ unit_ctl_edit() done; if ! test $# -ge 1; then - err 'ctl: insert: PATH: Missing argument.'; + err 'ctl: edit: PATH: Missing argument.'; fi; local req_path="$1"; |