mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:33:46 +02:00
fprintd-list: add page (#7179)
This commit is contained in:
parent
ebbcb51de0
commit
434fb08670
1 changed files with 16 additions and 0 deletions
16
pages/linux/fprintd-list.md
Normal file
16
pages/linux/fprintd-list.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# fprintd-list
|
||||
|
||||
> List enrolled fingerprints.
|
||||
> More information: <https://manned.org/fprintd-list>.
|
||||
|
||||
- List enrolled fingerprints for a specific user:
|
||||
|
||||
`fprintd-list {{username}}`
|
||||
|
||||
- List enrolled fingerprints for a space-separated list of users:
|
||||
|
||||
`fprintd-list {{username1 username2 ...}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`fprintd-list`
|
Loading…
Add table
Reference in a new issue