diff options
author | hwspeedy <ns@bigbear.dk> | 2024-03-20 23:04:06 +0100 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-03-20 23:04:06 +0100 |
commit | a966befe362cd5ae11ba43b4c284a6222d5998b8 (patch) | |
tree | eed5c93fb2b4b03f4503fc247f29d9ab7e63affe /hardinfo2/util.c | |
parent | f7534df1cdb6282cedf5a0c69b9cccda1213645d (diff) |
FIX CLI updated with synchronize features, fix stop benchmark crash, libsoup3 debug fixed+added sync. comm for cli, DOCs updated, LibSoup3 enabled for distros supporting LS3
Diffstat (limited to 'hardinfo2/util.c')
-rw-r--r-- | hardinfo2/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hardinfo2/util.c b/hardinfo2/util.c index 86f2a4d2..516ddb0c 100644 --- a/hardinfo2/util.c +++ b/hardinfo2/util.c @@ -416,13 +416,13 @@ void parameters_init(int *argc, char ***argv, ProgramParameters * param) .short_name = 'b', .arg = G_OPTION_ARG_STRING, .arg_data = &run_benchmark, - .description = N_("run benchmark eg. -b 'FPU FFT'")}, + .description = N_("run single benchmark eg. -b 'FPU FFT' (Default all Benchmarks runs)")}, { .long_name = "user-note", .short_name = 'u', .arg = G_OPTION_ARG_STRING, .arg_data = &bench_user_note, - .description = N_("note attached to benchmark results")}, + .description = N_("user note attached to benchmark results. (updating/synchronize with server)")}, { .long_name = "result-format", .short_name = 'g', |