mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
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>
This commit is contained in:
parent
6d2ee5a33a
commit
bf209abed3
1 changed files with 1 additions and 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
|
||||
###########################################################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue