Skip to content

Commit

Permalink
src/btop_menu.cpp: Fix the description of loglevel option
Browse files Browse the repository at this point in the history
* src/btop_menu.cpp (categories): Fix the description of loglevel option in the
menu: replace missing "error.log" with actual "~/.config/btop/btop.log" (as in
"btop_config.cpp".)
  • Loading branch information
artyom-poptsov committed Nov 3, 2024
1 parent df3f052 commit 452fc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/btop_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ namespace Menu {
"Show discharge power when discharging.",
"Show charging power when charging."},
{"log_level",
"Set loglevel for error.log",
"Set loglevel for \"~/.config/btop/btop.log\"",
"",
"\"ERROR\", \"WARNING\", \"INFO\" and \"DEBUG\".",
"",
Expand Down

0 comments on commit 452fc99

Please sign in to comment.