1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 12:24:54 +02:00

thunderbird: fix -P example (#4037)

This commit is contained in:
Pierre Rudloff 2020-05-11 20:15:13 +02:00 committed by GitHub
parent 2cffa0ccee
commit 670c72c0d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`