diff options
| author | diogo464 <[email protected]> | 2025-06-26 16:14:29 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-06-26 16:14:29 +0100 |
| commit | c6afda3f8c40cb8f8a27b6e714f9eb24ece26f90 (patch) | |
| tree | 394a245c270031edbf514a98a43dde12fb6c0978 /README.md | |
| parent | b5b83ca1a71cfd756c89a65ed8902597b4b741f6 (diff) | |
Fix typo in README.md: change 'demon tail =f' to 'demon tail -f'fix-readme-typo
The README.md file contained an incorrect command syntax on line 102
showing 'demon tail =f web-server --stderr' instead of the correct
'demon tail -f web-server --stderr'. This fix corrects the typo
to show the proper -f flag syntax.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -99,7 +99,7 @@ demon tail -f web-server | |||
| 99 | demon tail -f web-server --stdout | 99 | demon tail -f web-server --stdout |
| 100 | 100 | ||
| 101 | # Follow only stderr | 101 | # Follow only stderr |
| 102 | demon tail =f web-server --stderr | 102 | demon tail -f web-server --stderr |
| 103 | ``` | 103 | ``` |
| 104 | 104 | ||
| 105 | ### `demon cat <id> [--stdout] [--stderr]` | 105 | ### `demon cat <id> [--stdout] [--stderr]` |
