Skip to content

Commit a432de4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ptool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ def ShowUsage():
17261726
print("python ptool.py -x partition.xml")
17271727
PrintBanner("Advanced Usage")
17281728
print("%-44s\t\tpython ptool.py -x partition.xml" % ("Basic Usage"))
1729-
print("%-44s\t\tpython ptool.py -x partition.xml -s c:\windows" % ("Search path to find partition.xml"))
1729+
print("%-44s\t\tpython ptool.py -x partition.xml -s c:\\windows" % ("Search path to find partition.xml"))
17301730
print("%-44s\tpython ptool.py -x partition.xml -p 0" % ("Specify PHY Partition 0, (creates rawprogram0.xml)"))
17311731
print("%-44s\tpython ptool.py -x partition.xml -p 1" % ("Specify PHY Partition 1, (creates rawprogram1.xml)"))
17321732
print("%-44s\tpython ptool.py -x partition.xml -p 2" % ("Specify PHY Partition 2, (creates rawprogram2.xml)"))

0 commit comments

Comments
 (0)