https://git.reactos.org/?p=reactos.git;a=commitdiff;h=10c7145cc690ab60e53b0…
commit 10c7145cc690ab60e53b0a5cdf95d1a1298471ed
Author:     Chan Chilung <eason066(a)gmail.com>
AuthorDate: Tue Dec 14 08:34:06 2021 +0800
Commit:     GitHub <noreply(a)github.com>
CommitDate: Tue Dec 14 03:34:06 2021 +0300
    [XCOPY] Add missing Syntax parameter in STRING_HELP string (#4161)
---
 base/applications/cmdutils/xcopy/lang/da-DK.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/de-DE.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/en-US.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/es-ES.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/fr-FR.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/it-IT.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/ja-JP.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/ko-KR.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/lt-LT.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/nl-NL.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/no-NO.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/pl-PL.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/pt-BR.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/pt-PT.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/ro-RO.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/ru-RU.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/sl-SI.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/sq-AL.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/sr-SP.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/sv-SE.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/tr-TR.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/uk-UA.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/zh-CN.rc | 2 +-
 base/applications/cmdutils/xcopy/lang/zh-TW.rc | 2 +-
 24 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/base/applications/cmdutils/xcopy/lang/da-DK.rc
b/base/applications/cmdutils/xcopy/lang/da-DK.rc
index 6fda70a96ae..36b82c21c5f 100644
--- a/base/applications/cmdutils/xcopy/lang/da-DK.rc
+++ b/base/applications/cmdutils/xcopy/lang/da-DK.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 Syntaks:\n\
 XCOPY kilde [mål] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 hvor:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/de-DE.rc
b/base/applications/cmdutils/xcopy/lang/de-DE.rc
index 4e4e711eae9..05dc76719ac 100644
--- a/base/applications/cmdutils/xcopy/lang/de-DE.rc
+++ b/base/applications/cmdutils/xcopy/lang/de-DE.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 Syntax:\n\
 XCOPY Quelle [Ziel] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 Mit:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/en-US.rc
b/base/applications/cmdutils/xcopy/lang/en-US.rc
index a63c83829c7..0d15eedff53 100644
--- a/base/applications/cmdutils/xcopy/lang/en-US.rc
+++ b/base/applications/cmdutils/xcopy/lang/en-US.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 Syntax:\n\
 XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 Where:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/es-ES.rc
b/base/applications/cmdutils/xcopy/lang/es-ES.rc
index 3845af2ca5f..4de47407651 100644
--- a/base/applications/cmdutils/xcopy/lang/es-ES.rc
+++ b/base/applications/cmdutils/xcopy/lang/es-ES.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 Sintaxis:\n\
 XCOPY fuente [destino] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 En la cual:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/fr-FR.rc
b/base/applications/cmdutils/xcopy/lang/fr-FR.rc
index de5ee1f9f99..fd97858751c 100644
--- a/base/applications/cmdutils/xcopy/lang/fr-FR.rc
+++ b/base/applications/cmdutils/xcopy/lang/fr-FR.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 Syntaxe :\n\
 XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 où :\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/it-IT.rc
b/base/applications/cmdutils/xcopy/lang/it-IT.rc
index 4ffdf5444bc..99fcdc0bb5f 100644
--- a/base/applications/cmdutils/xcopy/lang/it-IT.rc
+++ b/base/applications/cmdutils/xcopy/lang/it-IT.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 Sintassi:\n\
 XCOPY sorgente [destinazione] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 Dove:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/ja-JP.rc
b/base/applications/cmdutils/xcopy/lang/ja-JP.rc
index 2eec6791e0b..22b28129629 100644
--- a/base/applications/cmdutils/xcopy/lang/ja-JP.rc
+++ b/base/applications/cmdutils/xcopy/lang/ja-JP.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 構文:\n\
 XCOPY 送り元 [送り先] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 オプション:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/ko-KR.rc
b/base/applications/cmdutils/xcopy/lang/ko-KR.rc
index 7b7f5066659..45d913ca017 100644
--- a/base/applications/cmdutils/xcopy/lang/ko-KR.rc
+++ b/base/applications/cmdutils/xcopy/lang/ko-KR.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 문법:\n\
 XCOPY 원본 [대상] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 Where:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/lt-LT.rc
b/base/applications/cmdutils/xcopy/lang/lt-LT.rc
index 0be2b448606..ff0e1f608ea 100644
--- a/base/applications/cmdutils/xcopy/lang/lt-LT.rc
+++ b/base/applications/cmdutils/xcopy/lang/lt-LT.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 Sintaksė:\n\
 XCOPY šaltinis [paskirtis] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 Kur:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/nl-NL.rc
b/base/applications/cmdutils/xcopy/lang/nl-NL.rc
index db714d14b34..54c43d97662 100644
--- a/base/applications/cmdutils/xcopy/lang/nl-NL.rc
+++ b/base/applications/cmdutils/xcopy/lang/nl-NL.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 Gebruik:\n\
 XCOPY bron [bestemming] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 Parameters:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/no-NO.rc
b/base/applications/cmdutils/xcopy/lang/no-NO.rc
index e051212d899..ca959535282 100644
--- a/base/applications/cmdutils/xcopy/lang/no-NO.rc
+++ b/base/applications/cmdutils/xcopy/lang/no-NO.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 Syntax:\n\
 XCOPY kilde [mål] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 Where:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/pl-PL.rc
b/base/applications/cmdutils/xcopy/lang/pl-PL.rc
index f6f30597b4c..e967982f695 100644
--- a/base/applications/cmdutils/xcopy/lang/pl-PL.rc
+++ b/base/applications/cmdutils/xcopy/lang/pl-PL.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 Składnia:\n\
 XCOPY źródło [cel] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 Gdzie:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/pt-BR.rc
b/base/applications/cmdutils/xcopy/lang/pt-BR.rc
index 3ed93b06c9b..da77856c889 100644
--- a/base/applications/cmdutils/xcopy/lang/pt-BR.rc
+++ b/base/applications/cmdutils/xcopy/lang/pt-BR.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 Sintaxe:\n\
 XCOPY fonte [destino] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 Onde:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/pt-PT.rc
b/base/applications/cmdutils/xcopy/lang/pt-PT.rc
index db3fd7eb9a4..a24e0c8b52a 100644
--- a/base/applications/cmdutils/xcopy/lang/pt-PT.rc
+++ b/base/applications/cmdutils/xcopy/lang/pt-PT.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 Sintaxe:\n\
 XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 Onde:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/ro-RO.rc
b/base/applications/cmdutils/xcopy/lang/ro-RO.rc
index 66d0b852cfd..ae6d267ed9d 100644
--- a/base/applications/cmdutils/xcopy/lang/ro-RO.rc
+++ b/base/applications/cmdutils/xcopy/lang/ro-RO.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 Sintaxă:\n\
 XCOPY sursă [destinație] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \nCu:\n\
 \n\
 [/I]  Creează director dacă destinația nu există și copiază două sau\n\
diff --git a/base/applications/cmdutils/xcopy/lang/ru-RU.rc
b/base/applications/cmdutils/xcopy/lang/ru-RU.rc
index 72e59651354..7c24552802d 100644
--- a/base/applications/cmdutils/xcopy/lang/ru-RU.rc
+++ b/base/applications/cmdutils/xcopy/lang/ru-RU.rc
@@ -27,7 +27,7 @@ STRINGTABLE
 \n\
 Синтаксис:\n\
 XCOPY источник [целевой_объект] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 \n\
   источник       Копируемые файлы.\n\
diff --git a/base/applications/cmdutils/xcopy/lang/sl-SI.rc
b/base/applications/cmdutils/xcopy/lang/sl-SI.rc
index 4759f1d6bf3..aa169456ce8 100644
--- a/base/applications/cmdutils/xcopy/lang/sl-SI.rc
+++ b/base/applications/cmdutils/xcopy/lang/sl-SI.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 Sintaksa:\n\
 XCOPY izvor [cilj] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 Where:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/sq-AL.rc
b/base/applications/cmdutils/xcopy/lang/sq-AL.rc
index 98ebebb2e80..632ade15945 100644
--- a/base/applications/cmdutils/xcopy/lang/sq-AL.rc
+++ b/base/applications/cmdutils/xcopy/lang/sq-AL.rc
@@ -30,7 +30,7 @@ STRINGTABLE
 \n\
 Syntax:\n\
 XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 Where:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/sr-SP.rc
b/base/applications/cmdutils/xcopy/lang/sr-SP.rc
index 0ba72eedc91..28c4798ee7c 100644
--- a/base/applications/cmdutils/xcopy/lang/sr-SP.rc
+++ b/base/applications/cmdutils/xcopy/lang/sr-SP.rc
@@ -26,7 +26,7 @@ STRINGTABLE
 \n\
 Синтакса:\n\
 XCOPY извор [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 Где:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/sv-SE.rc
b/base/applications/cmdutils/xcopy/lang/sv-SE.rc
index 015a6a0a6f0..1537287fde1 100644
--- a/base/applications/cmdutils/xcopy/lang/sv-SE.rc
+++ b/base/applications/cmdutils/xcopy/lang/sv-SE.rc
@@ -24,7 +24,7 @@ STRINGTABLE
 \n\
 Syntax:\n\
 XCOPY källa [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 Där:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/tr-TR.rc
b/base/applications/cmdutils/xcopy/lang/tr-TR.rc
index 95ec8039da5..7925e9667de 100644
--- a/base/applications/cmdutils/xcopy/lang/tr-TR.rc
+++ b/base/applications/cmdutils/xcopy/lang/tr-TR.rc
@@ -28,7 +28,7 @@ STRINGTABLE
 \n\
 Yazım:\n\
 XCOPY kaynak [hedef] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 Nereye:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/uk-UA.rc
b/base/applications/cmdutils/xcopy/lang/uk-UA.rc
index fed492272d6..7716742b7d7 100644
--- a/base/applications/cmdutils/xcopy/lang/uk-UA.rc
+++ b/base/applications/cmdutils/xcopy/lang/uk-UA.rc
@@ -25,7 +25,7 @@ STRINGTABLE
 \n\
 Синтаксис:\n\
 XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 Де:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/zh-CN.rc
b/base/applications/cmdutils/xcopy/lang/zh-CN.rc
index e7793371651..e529f19b772 100644
--- a/base/applications/cmdutils/xcopy/lang/zh-CN.rc
+++ b/base/applications/cmdutils/xcopy/lang/zh-CN.rc
@@ -28,7 +28,7 @@ STRINGTABLE
 \n\
 语法:\n\
 XCOPY 源 [目标] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 地点:\n\
 \n\
diff --git a/base/applications/cmdutils/xcopy/lang/zh-TW.rc
b/base/applications/cmdutils/xcopy/lang/zh-TW.rc
index c7f44937edb..b1023e3a281 100644
--- a/base/applications/cmdutils/xcopy/lang/zh-TW.rc
+++ b/base/applications/cmdutils/xcopy/lang/zh-TW.rc
@@ -28,7 +28,7 @@ STRINGTABLE
 \n\
 語法:\n\
 XCOPY 源 [目標] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
-\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
+\t     [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y] [/K]\n\
 \n\
 地點:\n\
 \n\