Skip to content

Commit

Permalink
improve help for project http
Browse files Browse the repository at this point in the history
  • Loading branch information
zamronypj committed Nov 22, 2021
1 parent 2c8ef2c commit d790f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tasks/Includes/Project/Fpweb/task.registrations.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ taskFactory := TCreateDaemonProjectTaskFactory.create(
try
appInst.registerTask(
'project-http',
formatColor('--project-http', TXT_GREEN) + '=[project-name] Create new http project' + LineEnding +
formatColor('--project-http', TXT_GREEN) + '=[project-name] Create new http project using TFpHttpServer' + LineEnding +
' --config=[ini, json] if omitted, config is not setup.' + LineEnding +
' --host=[host where http app listen] if omitted, 127.0.0.1 is assumed.' + LineEnding +
' --port=[port where http app listen] if omitted, 20477 is assumed.' + LineEnding +
Expand Down
2 changes: 1 addition & 1 deletion src/Tasks/Includes/Project/Mhd/task.registrations.inc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ taskFactory := TCreateDaemonProjectTaskFactory.create(
try
appInst.registerTask(
'project-mhd',
formatColor('--project-mhd', TXT_GREEN) + '=[project-name] Create new libmicrohttpd project' + LineEnding +
formatColor('--project-mhd', TXT_GREEN) + '=[project-name] Create new http project using libmicrohttpd' + LineEnding +
' --config=[ini, json] if omitted, config is not setup.' + LineEnding +
' --host=[host where http app listen] if omitted, 127.0.0.1 is assumed.' + LineEnding +
' --port=[port where http app listen] if omitted, 20477 is assumed.' + LineEnding +
Expand Down

0 comments on commit d790f30

Please sign in to comment.