mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:35:45 +02:00
at: fix invalid time unit (#2210)
This commit is contained in:
parent
73977c96da
commit
9170ce572a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
- Execute commands from standard input in 5 minutes (press `Ctrl + D` after entering commands):
|
||||
|
||||
`at now + 5 min`
|
||||
`at now + 5 minutes`
|
||||
|
||||
- Execute a command from standard input at 10:00 AM today:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue