@@ -5,20 +5,34 @@ void print_err_info() {
5
5
}
6
6
7
7
void print_hlp_info () {
8
- printf ("spynix v2.0.0\n \
8
+ printf ("\n \
9
+ ____ _\n \
10
+ / ___| _ __ _ _ _ __ (_)_ __\n \
11
+ \\___ \\| '_ \\| | | | '_ \\| \\ \\/ /\n \
12
+ ___) | |_) | |_| | | | | |> <\n \
13
+ |____/| .__/ \\__, |_| |_|_/_/\\_\\\n \
14
+ |_| |___/\n\n \
9
15
Info:\n\t \
10
- -h - show this menu\n\t \
11
- -v - show version\n\n \
16
+ -h or --help - show this menu\n\t \
17
+ -v or --version - show version\n\n \
12
18
Options:\n\t \
13
- -a - show summary info about system, cpu, ram and rom\n\t \
19
+ -a or --all - show summary info about system, cpu, ram and rom\n\t \
14
20
-sys - show system info\n\t \
15
21
-cpu - show short Central Process Unit info\n\t \
16
22
-ram - show Random Access Memory info\n\t \
17
23
-rom - show Read Only Memory info\n\n \
18
24
Advanced:\n\t \
19
- -cpu -f - show full Central Process Unit info\n" );
25
+ -cpu -f or -cpu --full - show full Central Process Unit info\n" );
20
26
}
21
27
22
28
void print_ver_info () {
23
- printf ("spynix v2.0.0\n\nFor more info visit: https://github.com/git-user-cpp/spynix" );
29
+ printf ("\n \
30
+ ____ _\n \
31
+ / ___| _ __ _ _ _ __ (_)_ __\n \
32
+ \\___ \\| '_ \\| | | | '_ \\| \\ \\/ /\n \
33
+ ___) | |_) | |_| | | | | |> <\n \
34
+ |____/| .__/ \\__, |_| |_|_/_/\\_\\\n \
35
+ |_| |___/\n\n \
36
+ spynix v2.0.0\n\n \
37
+ For more info visit: https://github.com/git-user-cpp/spynix\n" );
24
38
}
0 commit comments