Skip to content

Commit cc4173f

Browse files
szaimenPytal
andauthored
Update apps/files_versions/lib/Command/ExpireVersions.php
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
1 parent 52e5b38 commit cc4173f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_versions/lib/Command/ExpireVersions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ protected function configure() {
7373
protected function execute(InputInterface $input, OutputInterface $output): int {
7474
$maxAge = $this->expiration->getMaxAgeAsTimestamp();
7575
if (!$maxAge) {
76-
$output->writeln("Auto expiration is configured - expiration will be handled automatically.");
76+
$output->writeln("Auto expiration is configured - expiration will be handled automatically according to the expiration patterns detailed at the following link https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/file_versioning.html.");
7777
return 1;
7878
}
7979

0 commit comments

Comments
 (0)