mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] fixed typo in option description
This commit is contained in:
parent
e3c98ddc35
commit
77f942711a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user