mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
Fix various typos
This commit is contained in:
committed by
Xiang Xiao
parent
0bdf713df0
commit
849f760b77
@@ -101,7 +101,7 @@ if __name__ == "__main__":
|
||||
nargs=1,
|
||||
)
|
||||
|
||||
parser.add_argument("-o", "--output", help="output file,defult output shell")
|
||||
parser.add_argument("-o", "--output", help="output file,default output shell")
|
||||
|
||||
args = parser.parse_args()
|
||||
dump_file = open("%s" % args.file[0], "r")
|
||||
|
||||
Reference in New Issue
Block a user