Skip to content

Commit

Permalink
fix: modify parameter names , output-file and version, in help function
Browse files Browse the repository at this point in the history
Longhorn 1521

Signed-off-by: Ray Chang <ray.chang@suse.com>
weizhe0422 authored and innobead committed Nov 1, 2022
1 parent 777bc5b commit c3095ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/restore-backup-to-file.sh
Original file line number Diff line number Diff line change
@@ -7,8 +7,9 @@ usage () {
echo "USAGE: $0 --aws-access-key <your_aws_access_key> \ "
echo " --aws-secret-access-key <your_aws_secret_access_key> \ "
echo " --backup-url s3://backupbucket@ap-northeast-1/backupstore?backup=<backup_name>&volume=<volume_name> \ "
echo " --target-directory /tmp/restore/volume.raw \ "
echo " --output-file volume.raw \ "
echo " --output-format raw \ "
echo " --version <longhorn_version>"
echo " --backing-file <backing_file_path>"
echo "Restore a Longhorn backup to a raw image or a qcow2 image."
echo ""

0 comments on commit c3095ee

Please sign in to comment.