summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2017-08-01 11:25:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-09-06 14:29:43 +0200
commit20a712901a9312267f35dc43022c4a7dc4ca9395 (patch)
tree5aed11cfb5c1064c0579d72bd048cb94f393309f /scripts
parent33b3d7ab33598837b68661be3ca597e9d003f5f4 (diff)
downloadbarebox-20a712901a9312267f35dc43022c4a7dc4ca9395.tar.gz
barebox-20a712901a9312267f35dc43022c4a7dc4ca9395.tar.xz
regsubst.pl: fix typo in help text
It seems I did too much assembler stuff ... Fixes: e7fed4338441 ("scripts: Provide script that helps using cpp defines in dcd tables") Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/regsubst.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/regsubst.pl b/scripts/regsubst.pl
index 9621a58c47..3b6b8aa2e9 100755
--- a/scripts/regsubst.pl
+++ b/scripts/regsubst.pl
@@ -71,7 +71,7 @@ Then you can process the file with B<regsubst.pl>:
If the result looks ok, you can replace the file:
$ scripts/regsubst.pl -I arch/arm/mach-imx/include flash-header-myboard.imxcfg > u
- $ mov u flash-header-myboard.imxcfg
+ $ mv u flash-header-myboard.imxcfg
=cut