cmd: Fix the indentation of the IF usage message.
diff --git a/po/bg.po b/po/bg.po
index 19f35ec..171706b 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -7848,9 +7848,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"