Base: Remove stray backtick in the watch manpage

This commit is contained in:
Gunnar Beutner 2021-04-17 02:29:58 +02:00 committed by Linus Groh
parent dd0a4b36fb
commit 127fe38612
Notes: sideshowbarker 2024-07-18 19:32:19 +09:00

View File

@ -5,7 +5,7 @@ watch - execute a program periodically
## Synopsis
```**sh
$ watch [-n interval] [-t] [-b] command`
$ watch [-n interval] [-t] [-b] command
```
## Description