diff --git a/Userland/Utilities/profile.cpp b/Userland/Utilities/profile.cpp index e50c3a8704..f4a2ec369c 100644 --- a/Userland/Utilities/profile.cpp +++ b/Userland/Utilities/profile.cpp @@ -82,7 +82,7 @@ ErrorOr serenity_main(Main::Arguments arguments) if (!pid_argument.is_empty() || all_processes) { if (!(enable ^ disable ^ wait ^ free)) { - warnln("-p requires -e xor -d xor -w xor -f."); + warnln("-a and -p requires -e xor -d xor -w xor -f."); return 1; }