diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-09-13 03:43:37 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-09-20 14:30:53 (GMT) |
commit | bf209abed3ae6cf3b1eac7c5f360603bdc8bbb6b (patch) | |
tree | 0e3007df12556b15e89e022ca8e09da4887eaf01 /boards.cfg | |
parent | 6d2ee5a33a802e6c59ba3148b3a111e4c41d43cb (diff) | |
download | u-boot-bf209abed3ae6cf3b1eac7c5f360603bdc8bbb6b.tar.xz |
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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ########################################################################################################### |