summaryrefslogtreecommitdiff
path: root/res/res_convert.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_convert.c')
-rw-r--r--res/res_convert.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/res_convert.c b/res/res_convert.c
index 974cf6ab7..c91c5e7ee 100644
--- a/res/res_convert.c
+++ b/res/res_convert.c
@@ -58,9 +58,9 @@ static int split_ext(char *filename, char **name, char **ext)
/*!
* \brief Convert a file from one format to another
- * \param fd file descriptor
- * \param argc no arguements
- * \param argv list of arguements
+ * \param e CLI entry
+ * \param cmd command number
+ * \param a list of cli arguments
* \retval CLI_SUCCESS on success.
* \retval CLI_SHOWUSAGE or CLI_FAILURE on failure.
*/