1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

thunderbird: fix -P example (#4037)

This commit is contained in:
Pierre Rudloff 2020-05-11 20:15:13 +02:00 committed by Starbeamrainbowlabs
parent 038ea380fc
commit c4898ab0ca
No known key found for this signature in database
GPG key ID: 1BE5172E637709C2

View file

@ -6,6 +6,10 @@
`thunderbird`
- Use a specific user profile:
`thunderbird -P {{profile_name}}`
- Use a specific user profile directory:
`thunderbird -P {{path/to/profile/directory}}`
`thunderbird --profile {{path/to/profile/directory}}`