New short OS Version field; update doc strings
This commit is contained in:
parent
3c9af1eb31
commit
8d2331af01
2 changed files with 17 additions and 9 deletions
|
|
@ -31,6 +31,7 @@ pub(crate) fn information(
|
|||
system_name: system.name(),
|
||||
system_kernel: system.kernel_version(),
|
||||
system_version: system.long_os_version(),
|
||||
system_short_version: system.os_version(),
|
||||
cpu_brand: cpu.brand().into(),
|
||||
cpu_cores: system.physical_core_count(),
|
||||
memory_total: system.total_memory(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue