diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-18 13:36:55 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-18 13:36:55 -0500 |
commit | acb42d7250f4832e2c93e5ecfaab4dd69b4c4a11 (patch) | |
tree | 40d1123e90d13dfbedd20bc329dd85afe808aa1d /bin | |
parent | f805a04bd0600653f71e5e4e006104892cf7b6b9 (diff) | |
download | stitch-acb42d7250f4832e2c93e5ecfaab4dd69b4c4a11.tar.gz stitch-acb42d7250f4832e2c93e5ecfaab4dd69b4c4a11.tar.bz2 stitch-acb42d7250f4832e2c93e5ecfaab4dd69b4c4a11.zip |
Arbitrary command for article
Diffstat (limited to '')
-rw-r--r-- | bin/main.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/main.ml b/bin/main.ml index 8fbefb1..64ef144 100644 --- a/bin/main.ml +++ b/bin/main.ml @@ -147,7 +147,7 @@ let headlines_cmd = "You can run arbitrary commands in Stitch. These commands can make use of \ variable substitutions. Available substitutions are" ; `I ("%(file)", "Currently selected file") - ; `I ("%(content)", "Currently selected content") + ; `I ("%(line)", "Currently selected content") ] in let credit = |