From d3b9e8480f4cfe734d559656da49c2238a4dc6a9 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Thu, 21 May 2020 10:17:56 +0200 Subject: [PATCH] Remove trailing backquote --- doc/LIBRARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/LIBRARY.md b/doc/LIBRARY.md index 85e8ed8a..62d227d6 100644 --- a/doc/LIBRARY.md +++ b/doc/LIBRARY.md @@ -29,5 +29,5 @@ You can then edit the database with your text editor to manually fix the metadat You can make a backup of a library with: ```sh -rsync -vurt --delete EREADER_LIBRARY_PATH/ COMPUTER_LIBRARY_PATH/` +rsync -vurt --delete EREADER_LIBRARY_PATH/ COMPUTER_LIBRARY_PATH/ ```