1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +00:00

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

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