diff options
| author | Axel Lin <axel.lin@ingics.com> | 2013-09-13 11:43:37 +0800 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-09-20 10:30:53 -0400 | 
| commit | bf209abed3ae6cf3b1eac7c5f360603bdc8bbb6b (patch) | |
| tree | 0e3007df12556b15e89e022ca8e09da4887eaf01 | |
| parent | 6d2ee5a33a802e6c59ba3148b3a111e4c41d43cb (diff) | |
| download | olio-uboot-2014.01-bf209abed3ae6cf3b1eac7c5f360603bdc8bbb6b.tar.xz olio-uboot-2014.01-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>
| -rw-r--r-- | boards.cfg | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/boards.cfg b/boards.cfg index dbd8479e3..9fc77fb4d 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  ########################################################################################################### |