alink-cli 0.4.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/agentlink.js CHANGED
@@ -155,7 +155,7 @@ const daemon = new URL("../dist/daemon.js", import.meta.url);
155
155
  await import(daemon.href);
156
156
 
157
157
  function printHelp() {
158
- const self = "agentlink";
158
+ const self = "alink-cli";
159
159
  process.stdout.write(
160
160
  [
161
161
  `用法: npx ${self} [--token <al1.…>] [--hub <wss://…>] [--dir <目录>]…`,