2
2
mirror of https://github.com/octoleo/restic.git synced 2024-12-26 12:27:33 +00:00

man: work around broken rendering of <snapshotID>:<subfolder> help text

This commit is contained in:
Michael Eischer 2024-07-03 20:39:59 +02:00
parent c3ad56474d
commit a44e4bdd40
3 changed files with 3 additions and 3 deletions

View File

@ -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
"<snapshotID>:<subfolder>" syntax, where "subfolder" is a path within the
"snapshotID:subfolder" syntax, where "subfolder" is a path within the
snapshot.
EXIT STATUS

View File

@ -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
"<snapshotID>:<subfolder>" syntax, where "subfolder" is a path within the
"snapshotID:subfolder" syntax, where "subfolder" is a path within the
snapshot.
EXIT STATUS

View File

@ -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 "<snapshotID>:<subfolder>"
To only restore a specific subfolder, you can use the "snapshotID:subfolder"
syntax, where "subfolder" is a path within the snapshot.
EXIT STATUS