diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,7 +44,7 @@ int main(int argc, char* argv[]) { } -// getOpts parses all command line arguments. +// parses all command line arguments. static void get_opts(Options* opts, int argc, char* argv[]) { // initialize Options struct @@ -67,7 +67,7 @@ static void get_opts(Options* opts, int argc, char* argv[]) { } -// printHelp prints out the help page. +// prints out the help page. static void print_help(void) { fprintf(stderr, |