Skip to content

Commit d790f30

Browse files
committed
improve help for project http
1 parent 2c8ef2c commit d790f30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Tasks/Includes/Project/Fpweb/task.registrations.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ taskFactory := TCreateDaemonProjectTaskFactory.create(
1515
try
1616
appInst.registerTask(
1717
'project-http',
18-
formatColor('--project-http', TXT_GREEN) + '=[project-name] Create new http project' + LineEnding +
18+
formatColor('--project-http', TXT_GREEN) + '=[project-name] Create new http project using TFpHttpServer' + LineEnding +
1919
' --config=[ini, json] if omitted, config is not setup.' + LineEnding +
2020
' --host=[host where http app listen] if omitted, 127.0.0.1 is assumed.' + LineEnding +
2121
' --port=[port where http app listen] if omitted, 20477 is assumed.' + LineEnding +

src/Tasks/Includes/Project/Mhd/task.registrations.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ taskFactory := TCreateDaemonProjectTaskFactory.create(
1717
try
1818
appInst.registerTask(
1919
'project-mhd',
20-
formatColor('--project-mhd', TXT_GREEN) + '=[project-name] Create new libmicrohttpd project' + LineEnding +
20+
formatColor('--project-mhd', TXT_GREEN) + '=[project-name] Create new http project using libmicrohttpd' + LineEnding +
2121
' --config=[ini, json] if omitted, config is not setup.' + LineEnding +
2222
' --host=[host where http app listen] if omitted, 127.0.0.1 is assumed.' + LineEnding +
2323
' --port=[port where http app listen] if omitted, 20477 is assumed.' + LineEnding +

0 commit comments

Comments
 (0)