From 42ff489565a6eeecf2b6ff80818e868daa783b17 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 5 Jul 2016 21:50:06 -0400 Subject: [PATCH] dockcross: Improve end of script help formatting --- imagefiles/dockcross | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/imagefiles/dockcross b/imagefiles/dockcross index 9c21e44..fcceefd 100755 --- a/imagefiles/dockcross +++ b/imagefiles/dockcross @@ -161,14 +161,14 @@ docker run -i -t --rm \ ################################################################################ # -# This image is not intended to be run manually. +# This image is not intended to be run manually. # -# To create a dockcross helper script for the -# thewtex/cross-compiler-linux-armv7 image, run: +# To create a dockcross helper script for the +# thewtex/cross-compiler-linux-armv7 image, run: # -# docker run --rm thewtex/cross-compiler-linux-armv7 > dockcross -# chmod +x dockcross +# docker run --rm thewtex/cross-compiler-linux-armv7 > dockcross-linux-armv7 +# chmod +x dockcross-linux-armv7 # -# You may then wish to move the dockcross script to somewhere in your path. +# You may then wish to move the dockcross script to your PATH. # ################################################################################