mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 23:57:24 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,15 +14,15 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Print how long users have been connected in hours:
|
||||
|
||||
`ac --individual-totals`
|
||||
`ac {{[-p|--individual-totals]}}`
|
||||
|
||||
- Print how long a particular user has been connected in hours:
|
||||
|
||||
`ac --individual-totals {{username}}`
|
||||
`ac {{[-p|--individual-totals]}} {{username}}`
|
||||
|
||||
- Print how long a particular user has been connected in hours per day (with total):
|
||||
|
||||
`ac --daily-totals --individual-totals {{username}}`
|
||||
`ac {{[-d|--daily-totals]}} {{[-p|--individual-totals]}} {{username}}`
|
||||
|
||||
- Also display additional details:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user