Skip to content
Snippets Groups Projects
Commit f0f374c5 authored by Leonard Kupper's avatar Leonard Kupper
Browse files

Removed Leonard Kupper.

parent b72e54da
No related branches found
No related tags found
1 merge request!39App restructuring
......@@ -94,7 +94,7 @@ public class CommandLineParser {
public final void printHelp() {
HelpFormatter formatter = new HelpFormatter();
String headerForOptions = "Convert csv into braille";
String footerForOptions = "Report Issues to Leonard Kupper";
String footerForOptions = ""; // TODO: Add footer with version and official contact.
formatter.printHelp("braillegraphics", headerForOptions, mOptions, footerForOptions, true);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment