From 077ebe8c4981549f2f64a7a809961e6a487a8530 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Fri, 8 Jan 2016 21:02:03 -0500 Subject: [PATCH] docs: Give project name in usage example. * docs/usage.rst: Replace "|project_name|" with "borg" because the abstraction doesn't work in usage examples. --- docs/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[...]