From c3095ee6e0550026c09473b5ffa7a60b8618dabc Mon Sep 17 00:00:00 2001 From: Ray Chang Date: Tue, 1 Nov 2022 16:03:35 +0800 Subject: [PATCH] fix: modify parameter names , output-file and version, in help function Longhorn 1521 Signed-off-by: Ray Chang --- scripts/restore-backup-to-file.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/restore-backup-to-file.sh b/scripts/restore-backup-to-file.sh index e62ae80..3756512 100755 --- a/scripts/restore-backup-to-file.sh +++ b/scripts/restore-backup-to-file.sh @@ -7,8 +7,9 @@ usage () { echo "USAGE: $0 --aws-access-key \ " echo " --aws-secret-access-key \ " echo " --backup-url s3://backupbucket@ap-northeast-1/backupstore?backup=&volume= \ " - echo " --target-directory /tmp/restore/volume.raw \ " + echo " --output-file volume.raw \ " echo " --output-format raw \ " + echo " --version " echo " --backing-file " echo "Restore a Longhorn backup to a raw image or a qcow2 image." echo ""