3
3
4
4
< head prefix ="og: http://ogp.me/ns# ">
5
5
< meta charset ="UTF-8 "/>
6
- < meta name ="description " content ="Distribution page of cot command-line tool for CotEditor "/>
6
+ < meta name ="description " content ="Introduction page of cot command-line tool for CotEditor "/>
7
7
8
8
< title > cot command-line tool - CotEditor</ title >
9
9
10
10
< meta property ="og:type " content ="article "/>
11
11
< meta property ="og:url " content ="https://coteditor.com/cot "/>
12
12
< meta property ="og:title " content ="CotEditor "/>
13
- < meta property ="og:description " content ="Distribution page of cot command-line tool for CotEditor "/>
13
+ < meta property ="og:description " content ="Introduction page of cot command-line tool for CotEditor "/>
14
14
< meta property ="
og:image "
content ="
https://coteditor.com/img/appicon/[email protected] "
/>
15
15
< meta property ="og:site_name " content ="CotEditor "/>
16
16
< meta property ="og:locale " content ="en_US "/>
17
- < meta property ="og:locale:alternate " content ="ja_JP "/>
18
17
< meta property ="twitter:card " content ="summary "/>
19
18
< meta property ="twitter:creator " content ="@CotEditor "/>
20
19
21
20
< link rel ="shortcut icon " href ="favicon.png " type ="image/png " sizes ="16x16 "/>
22
21
< link rel ="
shortcut icon "
href ="
[email protected] "
type ="
image/png "
sizes ="
32x32 "
/>
23
- <!-- <link rel="alternate" href="cot.ja" hreflang="ja"/> -->
24
22
< link rel ="stylesheet " href ="css/common.css "/>
25
23
< link rel ="stylesheet " href ="css/cot.css "/>
26
24
</ head >
@@ -60,7 +58,8 @@ <h2>Usage</h2>
60
58
< p > Run < code > cot</ code > with < code > --help</ code > to learn how to use it.</ p >
61
59
62
60
< pre > < code > $ cot --help
63
- usage: cot [-h] [-v] [-w] [-g] [-n] [-l LINE] [-c COLUMN] [FILE [FILE ...]]
61
+ usage: cot [-h] [-v] [-w] [-g] [-n] [-s SYNTAX] [-l LINE] [-c COLUMN]
62
+ [FILE ...]
64
63
65
64
command-line utility for CotEditor.
66
65
@@ -73,21 +72,18 @@ <h2>Usage</h2>
73
72
-w, --wait wait for opened file to be closed
74
73
-g, --background do not bring the application to the foreground
75
74
-n, --new create a new blank document
75
+ -s SYNTAX, --syntax SYNTAX
76
+ set specific syntax to opened document
76
77
-l LINE, --line LINE jump to specific line in opened document
77
78
-c COLUMN, --column COLUMN
78
79
jump to specific column in opened document
79
80
</ code > </ pre >
80
81
</ section >
81
-
82
-
83
- < section >
84
- < a href ="https://github.com/coteditor/cot "> cot's repo on GitHub</ a >
85
- </ section >
86
82
</ main >
87
83
88
84
89
85
< footer >
90
- < p class ="copyright "> © 2015-2022 CotEditor Project</ p >
86
+ < p class ="copyright "> © 2015-2025 CotEditor Project</ p >
91
87
</ footer >
92
88
</ body >
93
89
</ html >
0 commit comments