Replace by english message
This commit is contained in:
+3
-3
@@ -3,9 +3,9 @@
|
||||
void usage() {
|
||||
printf("Usage: [options] [crypt|decrypt] [file]\n");
|
||||
printf("Options:\n");
|
||||
printf("\t-c: chiffrement de Cesar\n");
|
||||
printf("\t-v: chiffrement de Vigenere\n");
|
||||
printf("\t-t: chiffrement par transposition\n");
|
||||
printf("\t-c: Caesar cipher\n");
|
||||
printf("\t-v: Vigenere cipher\n");
|
||||
printf("\t-t: Transposition cipher\n");
|
||||
}
|
||||
int fileExist(const char *path) {
|
||||
FILE *f=NULL;
|
||||
|
||||
Reference in New Issue
Block a user