From 3a17d516dccde3367c310beefb842da621f0eedd Mon Sep 17 00:00:00 2001 From: Tonton Jo <60965766+Tontonjo@users.noreply.github.com> Date: Sun, 28 Jan 2024 17:38:51 +0100 Subject: [PATCH] md synthax correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aeb349..7afad3d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Usage ===== A typical command would look like: -```ssh +```shell proxmoxbackupgo.exe -baseurl "https://yourpbshost:8007" -certfingerprint pbsfingerprint -authid "user@realm!apiid" -secret "apisecret" -backupdir "C:\path\to\backup" -datastore "datastorename" ```