diff --git a/docs/usage/serve.rst b/docs/usage/serve.rst index 4438724ac2..4c82ade78f 100644 --- a/docs/usage/serve.rst +++ b/docs/usage/serve.rst @@ -29,7 +29,7 @@ locations like ``/etc/environment`` or in the forced command itself (example bel # Set a BORG_XXX environment variable on the "borg serve" side $ cat ~/.ssh/authorized_keys - command="export BORG_XXX=value; borg serve [...]",restrict ssh-rsa [...] + command="BORG_XXX=value borg serve [...]",restrict ssh-rsa [...] .. note:: The examples above use the ``restrict`` directive. This does automatically