mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 14:57: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",
|
.module = "app",
|
||||||
.name = "license",
|
.name = "license",
|
||||||
.description = "Show the licence for this application and then terminate",
|
.description = "Show the license for this application and then terminate",
|
||||||
.shortopt = 'l',
|
.shortopt = 'l',
|
||||||
.type = OPTION_TYPE_BOOL,
|
.type = OPTION_TYPE_BOOL,
|
||||||
.value.x_bool = false,
|
.value.x_bool = false,
|
||||||
@ -388,7 +388,7 @@ bool config_load(int argc, char * argv[])
|
|||||||
|
|
||||||
void config_free()
|
void config_free()
|
||||||
{
|
{
|
||||||
option_free();
|
option_free()
|
||||||
}
|
}
|
||||||
|
|
||||||
static void doLicense()
|
static void doLicense()
|
||||||
|
Loading…
Reference in New Issue
Block a user