Change name to the help program.
This commit is contained in:
@@ -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,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.
|
||||
Reference in New Issue
Block a user