add cli and lowercase dash identifier

This commit is contained in:
Andrew Camilleri
2018-09-17 10:43:31 +02:00
parent cf49b20083
commit 1da3c4ee6a
3 changed files with 5 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ namespace DockerGenerator
},
new CryptoDefinition()
{
Crypto = "DASH",
Crypto = "dash",
CryptoFragment = "dash"
}
};