Skip to content

Commit 904d7f7

Browse files
committed
Update cot command-line tool page
1 parent 8e34fbf commit 904d7f7

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

cot.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,22 @@
33

44
<head prefix="og: http://ogp.me/ns#">
55
<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"/>
77

88
<title>cot command-line tool - CotEditor</title>
99

1010
<meta property="og:type" content="article"/>
1111
<meta property="og:url" content="https://coteditor.com/cot"/>
1212
<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"/>
1414
<meta property="og:image" content="https://coteditor.com/img/appicon/[email protected]"/>
1515
<meta property="og:site_name" content="CotEditor"/>
1616
<meta property="og:locale" content="en_US"/>
17-
<meta property="og:locale:alternate" content="ja_JP"/>
1817
<meta property="twitter:card" content="summary"/>
1918
<meta property="twitter:creator" content="@CotEditor"/>
2019

2120
<link rel="shortcut icon" href="favicon.png" type="image/png" sizes="16x16"/>
2221
<link rel="shortcut icon" href="[email protected]" type="image/png" sizes="32x32"/>
23-
<!-- <link rel="alternate" href="cot.ja" hreflang="ja"/> -->
2422
<link rel="stylesheet" href="css/common.css"/>
2523
<link rel="stylesheet" href="css/cot.css"/>
2624
</head>
@@ -60,7 +58,8 @@ <h2>Usage</h2>
6058
<p>Run <code>cot</code> with <code>--help</code> to learn how to use it.</p>
6159

6260
<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 ...]
6463

6564
command-line utility for CotEditor.
6665

@@ -73,21 +72,18 @@ <h2>Usage</h2>
7372
-w, --wait wait for opened file to be closed
7473
-g, --background do not bring the application to the foreground
7574
-n, --new create a new blank document
75+
-s SYNTAX, --syntax SYNTAX
76+
set specific syntax to opened document
7677
-l LINE, --line LINE jump to specific line in opened document
7778
-c COLUMN, --column COLUMN
7879
jump to specific column in opened document
7980
</code></pre>
8081
</section>
81-
82-
83-
<section>
84-
<a href="https://github.com/coteditor/cot">cot's repo on GitHub</a>
85-
</section>
8682
</main>
8783

8884

8985
<footer>
90-
<p class="copyright">© 2015-2022 CotEditor Project</p>
86+
<p class="copyright">© 2015-2025 CotEditor Project</p>
9187
</footer>
9288
</body>
9389
</html>

0 commit comments

Comments
 (0)