[SalesForce] Error while using Command line interface

While running encrypt.bat -e "C:\temp\key.txt"

I am getting the error below :

014-09-10 15:31:06,811 INFO [main] security.EncryptionUtil main
(EncryptionUti l.java:289) – Invalid option format: ûe

Best Answer

I guess you copy pasted command encrypt.bat -e "C:\temp\key.txt" from some website.

It should be minus sign instead of dash, Can you try to type it and run it. You may find some helping steps here as well.

Related Topic