From dc2d65d79982d3cbb16de581c78d9c441e9f26d9 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 19 Oct 2024 01:32:48 +0200 Subject: [PATCH] [backend/startup] Improve help text --- Iceshrimp.Backend/Core/Helpers/StartupHelpers.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Iceshrimp.Backend/Core/Helpers/StartupHelpers.cs b/Iceshrimp.Backend/Core/Helpers/StartupHelpers.cs index 15deabc6..69140828 100644 --- a/Iceshrimp.Backend/Core/Helpers/StartupHelpers.cs +++ b/Iceshrimp.Backend/Core/Helpers/StartupHelpers.cs @@ -18,7 +18,9 @@ public static class StartupHelpers --migrate-storage Migrates all files currently stored locally to the configured object storage bucket. --cleanup-storage Removes dangling media files from disk / object storage. + Append --dry-run to log files instead of deleting them. --fixup-media Fixes up cached remote drive files with missing files. + Append --dry-run to log files instead of processing them. --migrate-from-js Migrates an iceshrimp-js database to an Iceshrimp.NET one. --https For development purposes only. Listens using https instead of http on the specified port.