@@ -18,20 +18,21 @@ void print_hlp_info() {
18
18
print_banner ();
19
19
printf ("Spynix is a commandline tool for gathering info about hardware.\n\n \
20
20
Info:\n\t \
21
- -h or --help - show this menu\n\t \
22
- -v or --version - show version\n\t \
23
- -b or --banner - show ASCII banner\n\n \
21
+ -h or --help \t - show this menu\n\t \
22
+ -v or --version \t - show version\n\t \
23
+ -b or --banner \t - show ASCII banner\n\n \
24
24
Options:\n\t \
25
- -a or --all - show summary info about system, cpu, ram and rom\n\t \
26
- -sys - show system info\n\t \
27
- -cpu - show short Central Process Unit info\n\t \
28
- -ram - show Random Access Memory info\n\t \
29
- -rom - show Read Only Memory info\n\n \
25
+ -a or --all \t- show summary info about system, cpu, ram and rom\n\t \
26
+ -sys \t\t- show system info\n\t \
27
+ -cpu \t\t- show short Central Processing Unit info\n\t \
28
+ -ram \t\t- show Random Access Memory info\n\t \
29
+ -rom \t\t- show Read Only Memory info\n\t \
30
+ -net \t\t- show network info\n\n \
30
31
Advanced:\n\t \
31
- -cpu -f or -cpu --full - show full Central Process Unit info\n" );
32
+ -cpu -f or -cpu --full \t - show full Central Processing Unit info\n" );
32
33
}
33
34
34
35
void print_ver_info () {
35
36
print_banner ();
36
- printf ("spynix v2.0 .0\n\nFor more info visit: https://github.com/git-user-cpp/spynix\n" );
37
+ printf ("spynix v2.1 .0\n\nFor more info visit: https://github.com/git-user-cpp/spynix\n" );
37
38
}
0 commit comments