- fprintf(stderr, "Usage: mdp [OPTION]... [FILE]\n");
- fprintf(stderr, "A command-line based markdown presentation tool.\n\n");
- fprintf(stderr, " -d, --debug enable debug messages on STDERR\n");
- fprintf(stderr, " add it multiple times to increases debug level\n\n");
- fprintf(stderr, " -h, --help display this help and exit\n");
- fprintf(stderr, "\nWith no FILE, or when FILE is -, read standard input.\n\n");
+ fprintf(stderr, "%s", "Usage: mdp [OPTION]... [FILE]\n");
+ fprintf(stderr, "%s", "A command-line based markdown presentation tool.\n\n");
+ fprintf(stderr, "%s", " -d, --debug enable debug messages on STDERR\n");
+ fprintf(stderr, "%s", " add it multiple times to increases debug level\n\n");
+ fprintf(stderr, "%s", " -h, --help display this help and exit\n");
+ fprintf(stderr, "%s", "\nWith no FILE, or when FILE is -, read standard input.\n\n");