From 6b7e0afb9109673dea7de1b7d4773c1df9835be8 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 8 Jul 2024 08:45:14 +0100 Subject: [PATCH] add get desc --- src/vmrcli.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/vmrcli.c b/src/vmrcli.c index 84cf573..c54b71e 100644 --- a/src/vmrcli.c +++ b/src/vmrcli.c @@ -182,7 +182,7 @@ int main(int argc, char *argv[]) void help() { puts( - "Usage: ./vmrcli.exe [-h] [-i] [-k] [-D] [-v] [-c] [-m] [-s] \n" + "Usage: .\\vmrcli.exe [-h] [-i] [-k] [-D] [-v] [-c] [-m] [-s] \n" "Where: \n" "\th: Prints the help message\n" "\ti: Enable interactive mode\n" @@ -340,7 +340,8 @@ void parse_command(PT_VMR vmr, char *command) } /** - * @brief + * @brief Get the value of a float or string parameter. + * Stores its type and value into a result struct * * @param vmr Pointer to the iVMR interface * @param command A parsed 'get' command as a string