From 73f4d25b636eec76a0f8a6989d2234fa75225166 Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Mon, 5 Aug 2024 13:37:13 +0200 Subject: [PATCH] tools/nutconf/nutconf-cli.cpp: add a FIXME comment about lack of "-D" CLI option Signed-off-by: Jim Klimov --- tools/nutconf/nutconf-cli.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/nutconf/nutconf-cli.cpp b/tools/nutconf/nutconf-cli.cpp index d3884d2273..f86a8d3cf2 100644 --- a/tools/nutconf/nutconf-cli.cpp +++ b/tools/nutconf/nutconf-cli.cpp @@ -108,6 +108,9 @@ const char * Usage::s_text[] = { " specified multiple times to set multiple users", " --add-user Same as --set-user, but keeps existing users", " The two options are mutually exclusive", + /* FIXME: Alias as "-D"? Is this the same as nut_debug_level + * NOTE: upsdebugx() not used here directly (yet?), though we + * could setenv() the envvar for libnutscan perhaps? */ " -v", " --verbose Increase verbosity of output one level", " May be specified multiple times",