From c4898ab0ca11f3cbf7d2db205cd166b9dd094f22 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 11 May 2020 20:15:13 +0200 Subject: [PATCH] thunderbird: fix -P example (#4037) --- pages/common/thunderbird.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/common/thunderbird.md b/pages/common/thunderbird.md index e5f96e7bb..d01c2b6d2 100644 --- a/pages/common/thunderbird.md +++ b/pages/common/thunderbird.md @@ -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}}`