Update Program.cs

This commit is contained in:
Rasta Mouse
2019-08-31 15:56:20 +01:00
parent 5240b90bab
commit b7d4c1c40c
+1 -1
View File
@@ -22,7 +22,7 @@ namespace TikiSpawnAs
{ "d|domain=", "Domain (defaults to local machine)", v => domain = v },
{ "u|username=", "Username", v => username = v },
{ "p|password=", "Password", v => password = v },
{ "b|binary=", "Binary to spawn & hollow", v => binary = v },
{ "b|binary=", "Binary to spawn & inject", v => binary = v },
{ "h|?|help", "Show this help", v => help = true }
};