summaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/settings.h b/src/settings.h
index e163e53..492e4b0 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -135,11 +135,11 @@ struct settings {
/**
* Parse the command line.
*
- * @param argc The number of elements in `argv`.
- * @param argv The commnad line arguments including the zeroth elemenet.
- * @param settings Output parameter for the settings.
+ * @param argc The number of elements in `argv`.
+ * @param argv The commnad line arguments including the zeroth elemenet.
+ * @param s Output parameter for the settings.
*/
-void parse_command_line(int argc, char *argv[], struct settings *settings);
+void parse_command_line(int argc, char *argv[], struct settings *s);
/**