Skip to content

Commit

Permalink
fix backup help message
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk7 committed May 6, 2024
1 parent a55cd97 commit 4f4520a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backup/help.go
Expand Up @@ -7,7 +7,7 @@ func ShowHelp(showTitle bool) {
}
println(" backup [contents]")
println(" - `--tar`: Output backup.tar to the current directory.")
println(" - `--tgz`: Output backup.tar.tar to the current directory.")
println(" - `--tgz`: Output backup.tar.gz to the current directory.")
println(" - `--vhdx`: Output backup.ext4.vhdx to the current directory. (WSL2 only)")
println(" - `--vhdxgz`: Output backup.ext4.vhdx.gz to the current directory. (WSL2 only)")
println(" - `--reg`: Output settings registry file to the current directory.")
Expand Down

0 comments on commit 4f4520a

Please sign in to comment.