From a44e4bdd40b1be8b117b0425c144ce48a2a8f932 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Wed, 3 Jul 2024 20:39:59 +0200 Subject: [PATCH] man: work around broken rendering of : help text --- cmd/restic/cmd_diff.go | 2 +- cmd/restic/cmd_dump.go | 2 +- cmd/restic/cmd_restore.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/restic/cmd_diff.go b/cmd/restic/cmd_diff.go index 28c742625..fd54897f1 100644 --- a/cmd/restic/cmd_diff.go +++ b/cmd/restic/cmd_diff.go @@ -33,7 +33,7 @@ Metadata comparison will likely not work if a backup was created using the '--ignore-inode' or '--ignore-ctime' option. To only compare files in specific subfolders, you can use the -":" syntax, where "subfolder" is a path within the +"snapshotID:subfolder" syntax, where "subfolder" is a path within the snapshot. EXIT STATUS diff --git a/cmd/restic/cmd_dump.go b/cmd/restic/cmd_dump.go index 39e915b40..2a98a8ae8 100644 --- a/cmd/restic/cmd_dump.go +++ b/cmd/restic/cmd_dump.go @@ -28,7 +28,7 @@ The special snapshotID "latest" can be used to use the latest snapshot in the repository. To include the folder content at the root of the archive, you can use the -":" syntax, where "subfolder" is a path within the +"snapshotID:subfolder" syntax, where "subfolder" is a path within the snapshot. EXIT STATUS diff --git a/cmd/restic/cmd_restore.go b/cmd/restic/cmd_restore.go index f39db6a76..467a7535a 100644 --- a/cmd/restic/cmd_restore.go +++ b/cmd/restic/cmd_restore.go @@ -25,7 +25,7 @@ a directory. The special snapshotID "latest" can be used to restore the latest snapshot in the repository. -To only restore a specific subfolder, you can use the ":" +To only restore a specific subfolder, you can use the "snapshotID:subfolder" syntax, where "subfolder" is a path within the snapshot. EXIT STATUS