Skip to content

Commit

Permalink
New help menu
Browse files Browse the repository at this point in the history
> Ahh, NOW UNLOCKED!
  • Loading branch information
Mileter committed Jun 27, 2024
1 parent 6371bef commit bbb0b3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ using namespace std;
void printHelp()
{
cout << "USAGE:\n"
<< "";
<< "formatter [options] <...>\n\n"
<< " --help\n"
<< " ^ Displays this message.\n\n"
<< " auto-newline [input filename] [output filename] [maximun column legnth]\n"
<< " ana (^ Same as above.)\n"
<< " reformats to have specified column legnths (specified in maximun column legnth.)";
}

void autoNewline(string fileIn, string fileOut, int maxKerning)
Expand Down

0 comments on commit bbb0b3b

Please sign in to comment.