pages*: put stdin in code ticks (#14281)

This commit is contained in:
Sebastiaan Speck
2024-10-20 00:02:10 +02:00
committed by GitHub
parent cfc3d172b8
commit 240ca42dd1
13 changed files with 13 additions and 13 deletions

View File

@@ -15,6 +15,6 @@
`tspin {{path/to/application.log}} --print`
- Read from stdin and print to `stdout`:
- Read from `stdin` and print to `stdout`:
`echo "2021-01-01 12:00:00 [INFO] This is a log message" | tspin`