correct edit-mode example
All checks were successful
CI / shellcheck (push) Successful in 20s

This commit is contained in:
Matthias Johnson 2026-03-01 00:24:30 -07:00
parent 87b13d590d
commit 3ebe0cf5bf

View file

@ -167,10 +167,10 @@ systab -C
`systab -e` opens your editor with a pipe-delimited job list:
```
a1b2c3:n=backup | daily | /home/user/backup.sh
d4e5f6:i | *:0/15 | curl -s https://example.com
a1b2c3:n=backup | daily | /home/user/backup.sh
d4e5f6:i | *:0/15 | curl -s https://example.com
g7h8i9:n=weekly-backup,e=user@host | weekly | ~/backup.sh
# aabbcc | hourly | echo "this job is disabled"
# aabbcc | hourly | echo "this job is disabled"
```
- Edit the schedule or command to update a job