Skip to content

Commit

Permalink
Help text update
Browse files Browse the repository at this point in the history
  • Loading branch information
lakinduakash committed Feb 11, 2019
1 parent 7fc188d commit e3c2786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/wadecrypt12/Decrypt12.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ public static void main(String[] args) throws Exception {
outFile = "msgstore.db";
decrypt(args[0], args[1], outFile);
} else {
System.out.println("\nWhatsApp Crypt12 Database Decrypter 1.0 Copyright (C) 2016 by TripCode");
System.out.println("\tUsage: java -jar decrypt12.jar key msgstore.db.crypt12 msgstore.db\n");
System.out.println("\nWhatsApp Crypt12 Database Decrypter 1.1 Copyright (C) 2019 by Ultimatex");
System.out.println("\tUsage: java -jar decrypt12.jar (key file name)key (encrypted)msgstore.db.crypt12 (output file name)msgstore.db\n");
}
}

Expand Down

0 comments on commit e3c2786

Please sign in to comment.