(fix) added doc to sogo-tool manage-eas + did cleanups (fixes #3967)

This commit is contained in:
Ludovic Marcotte
2017-06-16 13:25:15 -04:00
parent 0a155d6f67
commit ca43e7d9ca
4 changed files with 22 additions and 43 deletions
+2 -8
View File
@@ -1,8 +1,6 @@
/* SOGoToolDumpDefaults.m - this file is part of SOGo
*
* Copyright (C) 2012 Inverse inc.
*
* Author: Jean Raby <jraby@inverse.ca>
* Copyright (C) 2012-2017 Inverse inc.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -32,17 +30,13 @@
@implementation SOGoToolDumpDefaults
+ (void) initialize
{
}
+ (NSString *) command
{
return @"dump-defaults";
}
+ (NSString *) description
{
return @"Prints the sogod GNUstep domain configuration as a property list";
return @"prints the sogod GNUstep domain configuration as a property list";
}
- (void) usage