[backend/startup] Improve help text

This commit is contained in:
Laura Hausmann 2024-10-19 01:32:48 +02:00
parent 79014ec4b7
commit dc2d65d799
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -18,7 +18,9 @@ public static class StartupHelpers
--migrate-storage Migrates all files currently stored locally to the --migrate-storage Migrates all files currently stored locally to the
configured object storage bucket. configured object storage bucket.
--cleanup-storage Removes dangling media files from disk / object storage. --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. --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. --migrate-from-js Migrates an iceshrimp-js database to an Iceshrimp.NET one.
--https For development purposes only. Listens using https --https For development purposes only. Listens using https
instead of http on the specified port. instead of http on the specified port.