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})