From aa7426fdc6176a1fa55056e4f27a7d5acddbb40d Mon Sep 17 00:00:00 2001 From: Adam Lewis <23342526+Adam-D-Lewis@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:27:12 -0500 Subject: [PATCH] add advanced users only warning --- src/_nebari/subcommands/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_nebari/subcommands/init.py b/src/_nebari/subcommands/init.py index d8b0dc47a3..26cf33061f 100644 --- a/src/_nebari/subcommands/init.py +++ b/src/_nebari/subcommands/init.py @@ -571,7 +571,7 @@ def init( "--verbose", "-v", count=True, - help="Write verbose nebari config file.", + help="Write verbose nebari config file (advanced users only).", ), ): """