From 0eab1d5676a42ff75b902db2d1b14a8ed117362d Mon Sep 17 00:00:00 2001 From: Robert Northard Date: Tue, 17 Apr 2018 10:04:20 +0100 Subject: [PATCH] Correct type readme for thin_restore command (#91) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46755c7..387f5f3 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Alternatively you can go via the xml format (perhaps you want to inspect the repaired metadata before restoring). thin_dump --repair /dev/mapper/my_metadata > repaired.xml - thinp_restore -i repaired.xml -o /dev/mapper/my_metadata + thin_restore -i repaired.xml -o /dev/mapper/my_metadata Development ===========