Fix typo in usage string

This commit is contained in:
Dave Syer
2015-02-24 12:04:18 +00:00
parent b1c7ee43fb
commit 8eb813e6c8

View File

@@ -32,7 +32,7 @@ public class EncryptCommand extends OptionParsingCommand {
public EncryptCommand() { public EncryptCommand() {
super("encrypt", super("encrypt",
"Encrypt a string so, for isntance, it can be added to source control", "Encrypt a string so, for instance, it can be added to source control",
new EncryptOptionHandler()); new EncryptOptionHandler());
} }