mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-10 22:33:58 +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",
|
||||
.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 a new issue