mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-11 06:43:56 +00:00
[client] fixed typo in option description
This commit is contained in:
parent
e3c98ddc35
commit
77f942711a
2 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
a12-200-gdb0d966102+1
|
a12-201-ge3c98ddc35+1
|
|
@ -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 a new issue