diff options
author | Koni Marti <koni.marti@gmail.com> | 2023-11-24 16:02:56 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-12-30 15:42:09 +0100 |
commit | 60c1c7347ad88ad00fc0809acd10ddd31243acd3 (patch) | |
tree | 7c438a21c61f62ff1cb08450b06bb8bbd25dc2af /doc/aerc-tutorial.7.scd | |
parent | f75d4b7bb615df6c20546961870672c0f1680999 (diff) | |
download | aerc-60c1c7347ad88ad00fc0809acd10ddd31243acd3.tar.gz |
contrib: fix check-docs for subcommands
Fix check-docs linter for subcommands, i.e. where spaces are between the
root command and the subcommands such as in ":patch init".
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-tutorial.7.scd')
-rw-r--r-- | doc/aerc-tutorial.7.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc-tutorial.7.scd b/doc/aerc-tutorial.7.scd index 3c777d36..bffa39ff 100644 --- a/doc/aerc-tutorial.7.scd +++ b/doc/aerc-tutorial.7.scd @@ -8,7 +8,7 @@ aerc-tutorial - tutorial for *aerc*(1) Welcome to aerc! This tutorial will guide you through your first steps in using the client. This tutorial is a man page - you can read it again later with -*:help tutorial* from aerc, or *man aerc-tutorial* from your terminal. +*:help* _tutorial_ from aerc, or *man aerc-tutorial* from your terminal. First, let's introduce some basic keybindings. For convention, we'll use *<C-p>* to represent _Ctrl+p_, which matches the convention used for writing keybindings |