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);