From 3606a1a4dabd4b15ebefee2bfa95f7d4516f597f Mon Sep 17 00:00:00 2001 From: blizzz Date: Mon, 7 May 2018 16:24:27 +0200 Subject: [PATCH] fix typo --- admin_manual/configuration_server/occ_command.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 8a1ffdd42..7d234da50 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -172,7 +172,7 @@ To enable it, you have to run **one** of the following commands:: This will allow you to use autocompletion with the full path ``/var/www/html/nextcloud/occ ``. If you also want to use autocompletion on occ from within the directory without using the full path, -you need to specify ``--programm occ`` after the ``--generate-hook``. +you need to specify ``--program occ`` after the ``--generate-hook``. If you want the completion to apply automatically for all new shell sessions, add the command to your shell's profile (eg. ``~/.bash_profile`` or ``~/.zshrc``).