Skip to content

Commit d6d63e9

Browse files
committed
documentation update
1 parent 1c7d6c9 commit d6d63e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/hlp/hlp.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,31 @@ Functions
1212
1313
void print_banner(void)
1414
15-
Prints an ASCII banner with the Spynix name.
15+
Prints a colorful ASCII banner with the Spynix name.
1616

1717
-------
1818

1919
.. code-block:: c
2020
2121
void print_logo(void)
2222
23-
Prints an ASCII art logo of the Spynix tool.
23+
Prints a colorful ASCII art logo of the Spynix tool.
2424

2525
-------
2626

2727
.. code-block:: c
2828
2929
void print_err_info(void)
3030
31-
Prints an error message instructing the user to use the help option for valid commands.
31+
Prints a colorful error message instructing the user to use the help option for valid commands.
3232

3333
-------
3434

3535
.. code-block:: c
3636
3737
void print_hlp_info(void)
3838
39-
Prints a comprehensive help menu, including:
39+
Prints a colorful comprehensive help menu, including:
4040

4141
- Description of the Spynix tool
4242
- Information options (help, version, banner, logo)
@@ -49,4 +49,4 @@ Prints a comprehensive help menu, including:
4949
5050
void print_ver_info(void)
5151
52-
Prints the current version of Spynix along with a link to its GitHub repository.
52+
Prints the current colorful version of Spynix along with a link to its GitHub repository.

0 commit comments

Comments
 (0)