1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-29 06:33:22 +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

Binary file not shown.

View File

@@ -894,7 +894,8 @@ int wmain(int argc, char* wargv[])
printf(" -signcheck Perform self - check.\r\n"); printf(" -signcheck Perform self - check.\r\n");
printf(" -install Install the service from this location.\r\n"); printf(" -install Install the service from this location.\r\n");
printf(" -uninstall Remove 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(" -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(" -fulluninstall Stop agent and clean up the program files location.\r\n");
printf(" -fullinstall Copy agent into program files, install and launch.\r\n"); printf(" -fullinstall Copy agent into program files, install and launch.\r\n");

View File

@@ -1,5 +1,5 @@
// This file is auto-generated, any edits may be overwritten // This file is auto-generated, any edits may be overwritten
#define SOURCE_COMMIT_DATE "2022-Mar-22 22:25:47-0700" #define SOURCE_COMMIT_DATE "2022-Aug-24 00:54:18-0700"
#define SOURCE_COMMIT_DATE "2022-Mar-22 22:25:47-0700" #define SOURCE_COMMIT_DATE "2022-Aug-24 00:54:18-0700"
#define SOURCE_COMMIT_HASH "288acf0ec0b0688abbd1e432612a33fa60c24373" #define SOURCE_COMMIT_HASH "4d1dc7a08244d71ff2838955797dcf59eddd3fe1"
#define SOURCE_COMMIT_HASH "288acf0ec0b0688abbd1e432612a33fa60c24373" #define SOURCE_COMMIT_HASH "4d1dc7a08244d71ff2838955797dcf59eddd3fe1"