diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-18 14:10:28 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-18 14:10:28 -0500 |
commit | eaeca93c739742eeffa6ec753ff018705e10f92e (patch) | |
tree | d6ba63a8f7ff4759c2c95eef7d9aed7187a55c28 | |
parent | acb42d7250f4832e2c93e5ecfaab4dd69b4c4a11 (diff) | |
download | stitch-eaeca93c739742eeffa6ec753ff018705e10f92e.tar.gz stitch-eaeca93c739742eeffa6ec753ff018705e10f92e.tar.bz2 stitch-eaeca93c739742eeffa6ec753ff018705e10f92e.zip |
Update docsv0.0.3
Diffstat (limited to '')
-rw-r--r-- | bin/main.ml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/main.ml b/bin/main.ml index 64ef144..a4df716 100644 --- a/bin/main.ml +++ b/bin/main.ml @@ -59,7 +59,7 @@ let envs = let headlines_cmd = - let doc = "write notes seperately and compose" in + let doc = "write notes separately and compose" in let author = [ `S Manpage.s_authors; `P "Marc Coquand (mccd.space)" ] in let bugs = [ `S Manpage.s_bugs; `P "Email bug reports to ~marcc/stitch-general@lists.sr.ht." ] @@ -144,8 +144,8 @@ let headlines_cmd = [ `S "COMMANDS" ; `P "" ; `P - "You can run arbitrary commands in Stitch. These commands can make use of \ - variable substitutions. Available substitutions are" + "You can run arbitrary commands in Stitch. These commands can make use of the \ + variable substitutions below." ; `I ("%(file)", "Currently selected file") ; `I ("%(line)", "Currently selected content") ] |