From 64126f7c79eabab41d4b8cc9ead377874c62c530 Mon Sep 17 00:00:00 2001
From: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
Date: Fri, 13 Jan 2023 21:40:19 +0000
Subject: [PATCH] Remove --profile-path from --help

Fixes  #5585
---
 src/firejail/usage.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 04c586f7946..0a4c8a483fe 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -212,7 +212,6 @@ static char *usage_str =
 	"    --private-srv=file,directory - build a new /srv in a temporary filesystem.\n"
 	"    --profile=filename|profile_name - use a custom profile.\n"
 	"    --profile.print=name|pid - print the name of profile file.\n"
-	"    --profile-path=directory - use this directory to look for profile files.\n"
 	"    --protocol=protocol,protocol,protocol - enable protocol filter.\n"
 	"    --protocol.print=name|pid - print the protocol filter.\n"
 #ifdef HAVE_FILE_TRANSFER