diff options
| -rw-r--r-- | src/main.c | 10 | 
1 files changed, 5 insertions, 5 deletions
@@ -86,14 +86,14 @@ static void show_chrysalide_help(const char *name)      printf("\n"); -    printf("\t--help\t\tShow this help message.\n"); -    printf("\t--version\tDisplay the program version.\n"); +    printf("\t-h --help\t\tShow this help message.\n"); +    printf("\t-v --version\t\tDisplay the program version.\n");      printf("\n"); -    printf("\t--verbosity=level\tSet the log level (0 for all messages, %u for none).\n", LMT_COUNT); -    printf("\t--batch\t\t\tExit after processing files.\n"); -    printf("\t--project=filename\tOpen an existing project or create a new one.\n"); +    printf("\t-V --verbosity=level\tSet the log level (0 for all messages, %u for none).\n", LMT_COUNT); +    printf("\t-b --batch\t\tExit after processing files.\n"); +    printf("\t-p --project=filename\tOpen an existing project or create a new one.\n");      printf("\n");  | 
