diff --git a/docs/usage.rst b/docs/usage.rst index 9c3dcfffe..a3f4bfa25 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -409,7 +409,7 @@ Examples ~~~~~~~~ :: - # Allow an SSH keypair to only run |project_name|, and only have access to /mnt/backup. + # Allow an SSH keypair to only run borg, and only have access to /mnt/backup. # This will help to secure an automated remote backup system. $ cat ~/.ssh/authorized_keys command="borg serve --restrict-to-path /mnt/backup" ssh-rsa AAAAB3[...]