Skip to content

Commit 7b6c399

Browse files
loolndechesne
authored andcommitted
msp: Fix insufficient quoting of Windows path
Signed-off-by: Loïc Minier <[email protected]>
1 parent 6b9b378 commit 7b6c399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ def Usage():
12791279
print "\n%-40s\t%s python msp.py -n -r rawprogram.xml -d %s" % ("no prompts (-n) i.e. automation",sudo,drive)
12801280
print "%-40s\t%s python msp.py -i -r rawprogram.xml -d %s " % ("Interactively choose files (-i)",sudo,drive)
12811281
print "%-40s\t%s python msp.py -f sbl1.mbn,sbl2.mbn -r rawprogram.xml -d %s " % ("Specify files from rawprogram.xml (-f)",sudo,drive)
1282-
print "%-40s\t%s python msp.py -s c:\windows,d:\ -r rawprogram.xml -d %s " % ("Search this path for files (-s)",sudo,drive)
1282+
print "%-40s\t%s python msp.py -s c:\\windows,d:\\ -r rawprogram.xml -d %s " % ("Search this path for files (-s)",sudo,drive)
12831283
print "\n%-40s\t%s python msp.py -p patch0.xml -d %s" % ("Patch a device (-p)",sudo,drive)
12841284
print "%-40s\t%s python msp.py -p patch0.xml -d singleimage.bin" % ("Patch files to singleimage (-p)",sudo)
12851285
print "%-40s\t%s python msp.py -p patch0.xml -d 16777216" % ("PRE-PATCH images for an 8GB disk (-p)",sudo)

0 commit comments

Comments
 (0)