diff options
author | Alejandro Colomar <alx@kernel.org> | 2024-01-23 13:40:04 +0100 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2024-01-23 18:15:53 +0100 |
commit | 034b6394a414d7336cc2450eaddd842e2e8c35cb (patch) | |
tree | f597841146ee4a113e73a4748c8009755343e407 /tools/setup-unit | |
parent | af6833a18272a0450037b929fef81f3ea43893f2 (diff) | |
download | unit-034b6394a414d7336cc2450eaddd842e2e8c35cb.tar.gz unit-034b6394a414d7336cc2450eaddd842e2e8c35cb.tar.bz2 |
Tools: setup-unit: -hh: The advanced commands aren't experimental
I've been using them for a long time, and they are quite useful and
stable. Let's say they're advanced instead of experimental.
Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'tools/setup-unit')
-rwxr-xr-x | tools/setup-unit | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/setup-unit b/tools/setup-unit index 885a5df6..bb5b2ba0 100755 --- a/tools/setup-unit +++ b/tools/setup-unit @@ -63,8 +63,7 @@ OPTIONS Print this help. --help-more - Print help for more commands. They are experimental. Using - these isn't recommended, unless you know what you're doing. + Print help for more (advanced) commands. __EOF__ } |