From 3e95ccee5f7617f38b2045539f2955b1fefda715 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 2 Apr 2019 07:15:05 +0200 Subject: [PATCH] Fix double dash rendering - fixes #1344 Signed-off-by: Morris Jobke --- admin_manual/configuration_database/bigint_identifiers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_database/bigint_identifiers.rst b/admin_manual/configuration_database/bigint_identifiers.rst index 04a830844..67a4cb14b 100644 --- a/admin_manual/configuration_database/bigint_identifiers.rst +++ b/admin_manual/configuration_database/bigint_identifiers.rst @@ -20,7 +20,7 @@ or otherwise ask for confirmation, before performing the heavy actions:: This can take up to hours, depending on the number of files in your instance! Continue with the conversion (y/n)? [n] -to suppress the confirmation message append `--no-interaction` to the argument list: +to suppress the confirmation message append ``--no-interaction`` to the argument list:: sudo -u www-data php occ db:convert-filecache-bigint --no-interaction