summaryrefslogtreecommitdiffstats
path: root/boards.cfg
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2013-09-13 11:43:37 +0800
committerTom Rini <trini@ti.com>2013-09-20 10:30:53 -0400
commitbf209abed3ae6cf3b1eac7c5f360603bdc8bbb6b (patch)
tree0e3007df12556b15e89e022ca8e09da4887eaf01 /boards.cfg
parent6d2ee5a33a802e6c59ba3148b3a111e4c41d43cb (diff)
downloadblackbird-obmc-uboot-bf209abed3ae6cf3b1eac7c5f360603bdc8bbb6b.tar.gz
blackbird-obmc-uboot-bf209abed3ae6cf3b1eac7c5f360603bdc8bbb6b.zip
boards.cfg: Fix the comment for invoking tools/reformat.py from vim
Add the missing bang (!) to execute external command, otherwise it does not work. Signed-off-by: Axel Lin <axel.lin@ingics.com>
Diffstat (limited to 'boards.cfg')
-rw-r--r--boards.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards.cfg b/boards.cfg
index dbd8479e32..9fc77fb4da 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -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
###########################################################################################################
OpenPOWER on IntegriCloud