Change name to the help program.

This commit is contained in:
Enrico Fraccaroli
2021-10-19 12:07:45 +02:00
parent c9d7026293
commit 28981a82d0
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -74,7 +74,8 @@ set(PROGRAMS
ipcrm.c
ipcs.c
sleep.c
help.c)
man.c
)
foreach(PROGRAM ${PROGRAMS})
# Prepare the program name.
string(REPLACE ".c" "" PROGRAM_NAME ${PROGRAM})
+1 -1
View File
@@ -1,5 +1,5 @@
/// MentOS, The Mentoring Operating system project
/// @file help.c
/// @file man.c
/// @brief Shows the available commands.
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
/// See LICENSE.md for details.