Skip to content

Commit

Permalink
tools/nutconf/nutconf-cli.cpp: add a FIXME comment about lack of "-D"…
Browse files Browse the repository at this point in the history
… CLI option

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Aug 5, 2024
1 parent 15163a5 commit 73f4d25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/nutconf/nutconf-cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ const char * Usage::s_text[] = {
" specified multiple times to set multiple users",
" --add-user <spec> 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",
Expand Down

0 comments on commit 73f4d25

Please sign in to comment.