Skip to content

Commit eb3acc3

Browse files
Update packages/tools/src/index.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: LongYinan <lynweklm@gmail.com>
1 parent bebb0fb commit eb3acc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tools/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ switch (subcommand) {
1616
break;
1717
default:
1818
console.error(`Unknown subcommand: ${subcommand}`);
19-
console.error('Available subcommands: json-edit, snap-test, replace-file-content, sync-remote');
19+
console.error('Available subcommands: json-edit, snap-test, replace-file-content');
2020
process.exit(1);
2121
}

0 commit comments

Comments
 (0)