[client] fixed typo in option description

This commit is contained in:
Geoffrey McRae 2019-05-21 15:51:14 +10:00
parent e3c98ddc35
commit 77f942711a
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
a12-200-gdb0d966102+1
a12-201-ge3c98ddc35+1

View File

@ -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()