Skip to content

Commit 16f33da

Browse files
committed
fix: remove [flags] from activate usage
1 parent bd22d40 commit 16f33da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/clawwork/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ type activateResponse struct {
13161316
func activateCmd() *cobra.Command {
13171317
return &cobra.Command{
13181318
Use: "activate",
1319-
Short: tr("Upgrade to ClawAuth Ed25519 identity (uses existing API Key)", "升级到 ClawAuth Ed25519 身份(使用已有 API Key)"),
1319+
Short: tr("Activate ClawAuth Ed25519 identity", "激活 ClawAuth Ed25519 身份"),
13201320
RunE: runActivate,
13211321
}
13221322
}

0 commit comments

Comments
 (0)