Przeglądaj źródła

Fix typo in MKIT_STUB_README.md

Alois Mahdal 7 lat temu
rodzic
commit
18ad9ec9fc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/stub

+ 1
- 1
src/stub Wyświetl plik

301
             echo " 1. Look for placeholders starting with \`MKIT_STUB_\`"
301
             echo " 1. Look for placeholders starting with \`MKIT_STUB_\`"
302
             echo "    prefix by calling this command:"
302
             echo "    prefix by calling this command:"
303
             echo ""
303
             echo ""
304
-            echo "        grep -lw MKIT_STUB_ -r"
304
+            echo "        grep -l MKIT_STUB_ -r"
305
             echo ""
305
             echo ""
306
             echo " 2. Go through each file and locate the placeholder.  (You"
306
             echo " 2. Go through each file and locate the placeholder.  (You"
307
             echo "    will also see placeholders like \`__MKIT_*__\`, you can"
307
             echo "    will also see placeholders like \`__MKIT_*__\`, you can"