lastlog: leave values as part of the commands (#11947)

pull/23/head
Vitor Henrique 2023-12-30 13:04:15 -03:00 committed by GitHub
parent f21e21ca64
commit 21001221a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@
- Zeige Datensätze älter als 7 Tage an:
`lastlog --before {{7}}`
`lastlog --before 7`
- Zeige Datensätze jünger als 3 Tage an:
`lastlog --time {{3}}`
`lastlog --time 3`

View File

@ -13,8 +13,8 @@
- Display records older than 7 days:
`lastlog --before {{7}}`
`lastlog --before 7`
- Display records more recent than 3 days:
`lastlog --time {{3}}`
`lastlog --time 3`