diff --git a/src/backup/help.go b/src/backup/help.go index 5e5ce95..cc64f7e 100644 --- a/src/backup/help.go +++ b/src/backup/help.go @@ -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.")