diff options
Diffstat (limited to 'Userland/Utilities/date.cpp')
-rw-r--r-- | Userland/Utilities/date.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/date.cpp b/Userland/Utilities/date.cpp index 1298a9ed76..12d6bae420 100644 --- a/Userland/Utilities/date.cpp +++ b/Userland/Utilities/date.cpp @@ -13,7 +13,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments) { - TRY(Core::System::pledge("stdio settime", nullptr)); + TRY(Core::System::pledge("stdio settime rpath", nullptr)); bool print_unix_date = false; bool print_iso_8601 = false; |