aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/main.c')
-rw-r--r--src/firejail/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/main.c b/src/firejail/main.c
index 3b2e7e4d9..43a468c46 100644
--- a/src/firejail/main.c
+++ b/src/firejail/main.c
@@ -1084,7 +1084,7 @@ int main(int argc, char **argv) {
1084 } 1084 }
1085 1085
1086 if (custom_profile) 1086 if (custom_profile)
1087 printf("\n** Note: %s profile can be disabled by --noprofile option **\n\n", profile_name); 1087 printf("\n** Note: you can use --noprofile to disable %s.profile **\n\n", profile_name);
1088 } 1088 }
1089 } 1089 }
1090 1090