From fffe5778f3b2937d38f7cb90d2e6b936b76a9930 Mon Sep 17 00:00:00 2001 From: Sven <34579211+sutidor@users.noreply.github.com> Date: Sun, 26 Dec 2021 14:21:37 +0100 Subject: [PATCH] add additional required parameters to cli licensegen --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 887a12f..34c8e5f 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,8 @@ If you wish to run the license gen from a directory aside from the root `BitBett Additional, instead of interactive mode, you can also pass the parameters directly to the command as follows. ```bash -./src/licenseGen/run.sh /Absolute/Path/To/BitBetter/.keys/cert.pfx user "Name" "EMail" "User-GUID" -./src/licenseGen/run.sh /Absolute/Path/To/BitBetter/.keys/cert.pfx org "Name" "EMail" "Install-ID used to install the server" +./src/licenseGen/run.sh /Absolute/Path/To/BitBetter/.keys/cert.pfx user "Name" "EMail" "User-GUID" "Additional Storage in GB(max 32767)" +./src/licenseGen/run.sh /Absolute/Path/To/BitBetter/.keys/cert.pfx org "Name" "EMail" "Install-ID used to install the server" "Additional Storage in GB(max 32767)" "Org Name" ``` ---