cmd: Fix the indentation of the IF usage message.
diff --git a/po/wa.po b/po/wa.po
index da05c9a..e5741b2 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -7702,9 +7702,9 @@
 msgid ""
 "IF is used to conditionally execute a command.\n"
 "\n"
-"Syntax:\tIF [NOT] EXIST filename command\n"
-"IF [NOT] string1==string2 command\n"
-"IF [NOT] ERRORLEVEL number command\n"
+"Syntax: IF [NOT] EXIST filename command\n"
+"        IF [NOT] string1==string2 command\n"
+"        IF [NOT] ERRORLEVEL number command\n"
 "\n"
 "In the second form of the command, string1 and string2 must be in double\n"
 "quotes. The comparison is not case-sensitive.\n"