lastlog: refresh (#7133)

This commit is contained in:
marchersimon
2021-10-21 22:43:38 +02:00
committed by GitHub
parent 0ddea62ffb
commit 254a2f9ae7
2 changed files with 10 additions and 10 deletions

View File

@@ -7,14 +7,14 @@
`lastlog`
- Display lastlog record of the specified user:
- Display the lastlog record of the specified user:
`lastlog -u {{username}}`
`lastlog --user {{username}}`
- Display records before 7 days ago:
- Display records older than 7 days:
`lastlog -b {{7}}`
`lastlog --before {{7}}`
- Display records more recent than 3 days:
`lastlog -t {{3}}`
`lastlog -time {{3}}`