1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-27 21:53:20 +00:00

Minor fixes to -? help text.

This commit is contained in:
Ylian Saint-Hilaire
2022-08-24 23:57:15 -07:00
parent 4d1dc7a082
commit 8d86bcfa1c
3 changed files with 6 additions and 5 deletions

View File

@@ -894,7 +894,8 @@ int wmain(int argc, char* wargv[])
printf(" -signcheck Perform self - check.\r\n");
printf(" -install Install the service from this location.\r\n");
printf(" -uninstall Remove the service from this location.\r\n");
printf(" -nodeid Return the current agent identifier.\r\n");
printf(" -nodeid Return the current agent identifier.\r\n");
printf(" -info Return agent version information.\r\n");
printf(" -resetnodeid Reset the NodeID next time the service is started.\r\n");
printf(" -fulluninstall Stop agent and clean up the program files location.\r\n");
printf(" -fullinstall Copy agent into program files, install and launch.\r\n");