summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 383079b..52fa721 100644
--- a/main.c
+++ b/main.c
@@ -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,