lsnes rr2-β24
[lsnes.git] / src / cmdhelp / subtitles.json
blob642372d3aff08ee8d143871118a4b5c0bfdb195f
2         "__mod":"CSUBTITLE",
3         "edit-subtitle":[
4                 "edit", "Edit a subtitle",
5                 {
6                         "<first> <length> <text>":"Add/Edit subtitle",
7                         "<first> <length>":"Delete subtitle"
8                 }
9         ],
10         "list-subtitle":[
11                 "list", "List the subtitles",
12                 {"":"List the subtitles."}
13         ],
14         "save-subtitle":[
15                 "save", "Save subtitles in .sub format",
16                 {"<file>":"Saves subtitles in .sub format to <file>"}
17         ]