ocd killing me #7852

Signed-off-by: si458 <simonsmith5521@gmail.com>

si458 committed May 30, 2026 at 13:52 UTC db64ed89fd1f41b53d7765ec0b23b4a379019c38
1 file changed +3 -3
agents/meshcmd.js
+3 -3
@@ -311,10 +311,10 @@ function run(argv) {
311 console.log(' --pass [password] The Intel AMT login password.');
312 console.log('\r\nOptional arguments:\r\n');
313 console.log(' --reset, --poweron, --poweroff, --powercycle, --sleep, --hibernate');
314 - console.log(' --user [username] The Intel AMT login username, admin is default.');
315 - console.log(' --tls Specifies that TLS must be used.');
314 + console.log(' --user [username] The Intel AMT login username, admin is default.');
315 + console.log(' --tls Specifies that TLS must be used.');
316 console.log(' --bootdevice [pxe|hdd|cd|bios|ider-floppy|ider-cdrom] Specifies the boot device to use after reset, poweron or powercycle.');
317 - console.log(' --bootindex [number] Specifies the index of boot device to use.');
317 + console.log(' --bootindex [number] Specifies the index of boot device to use.');
318 } else if (action == 'amtnetwork') {
319 console.log('AmtNetwork is used to get/set Intel AMT network interface configuration. Example usage:\r\n\r\n meshcmd amtnetwork --host 1.2.3.4 --user admin --pass mypassword --dhcp');
320 console.log('\r\nRequired arguments:\r\n');