From 083d296f5b412aecbeb3c84a74c67b222cc1ed15 Mon Sep 17 00:00:00 2001 From: moosecrap Date: Sun, 13 Apr 2025 02:34:56 -0700 Subject: [PATCH] Help string fix --- evga-icx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evga-icx.c b/evga-icx.c index 3fd3084..52bd43a 100644 --- a/evga-icx.c +++ b/evga-icx.c @@ -46,7 +46,7 @@ static const char helpstring[] = "Available options:\n" "--overwrite : Overwrite previously displayed info with --watch and --compact instead of continuously logging\n" "--color : Print headers in color in --compact mode for better readability\n" "--no-reasons : Do not query NVML for clock reasons (can cause stuttering)\n" - "--board : Also print temperatures from the CPU, motherboard, and other sensors"; + "--board : Also print temperatures from the CPU, motherboard, and other sensors\n"; void print_gpu_info(int gpu_num, struct card_info gpus[]); void print_board_info(struct hwmon_avail_sensor *board_sensors, int num_sensors);