]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
boards.cfg: Fix the comment for invoking tools/reformat.py from vim
authorAxel Lin <axel.lin@ingics.com>
Fri, 13 Sep 2013 03:43:37 +0000 (11:43 +0800)
committerTom Rini <trini@ti.com>
Fri, 20 Sep 2013 14:30:53 +0000 (10:30 -0400)
Add the missing bang (!) to execute external command, otherwise it does not
work.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
boards.cfg

index dbd8479e32c8ea021440b6fb4f29c9fad9cd7bb5..9fc77fb4da1bce5b6d33a0350c46ee5866b8951e 100644 (file)
@@ -38,7 +38,7 @@
 # It can be used from a shell:
 #      tools/reformat.py -i -d '-' -s 8 <boards.cfg >boards0.cfg && mv boards0.cfg boards.cfg
 # It can directly be invoked from vim:
-#      :%tools/reformat.py -i -d '-' -s 8
+#      :%!tools/reformat.py -i -d '-' -s 8
 #
 # Status, Arch, CPU:SPLCPU, SoC, Vendor, Board name, Target, Options, Maintainers
 ###########################################################################################################