diff --git a/VERSION b/VERSION index 5a606dc0..00a166a0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -a12-200-gdb0d966102+1 \ No newline at end of file +a12-201-ge3c98ddc35+1 \ No newline at end of file diff --git a/client/src/config.c b/client/src/config.c index 83fe34d7..baf41125 100644 --- a/client/src/config.c +++ b/client/src/config.c @@ -81,7 +81,7 @@ static struct Option options[] = { .module = "app", .name = "license", - .description = "Show the licence for this application and then terminate", + .description = "Show the license for this application and then terminate", .shortopt = 'l', .type = OPTION_TYPE_BOOL, .value.x_bool = false, @@ -388,7 +388,7 @@ bool config_load(int argc, char * argv[]) void config_free() { - option_free(); + option_free() } static void doLicense()