server/sql/updates/0.6/2663_command.sql

2 lines
87 B
SQL

UPDATE command SET help=replace(help,"Usage:","Syntax:") WHERE left(help,6)="Usage:";