mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Stripped the binary's path
Monotone-Parent: 14288343158630504eed5d7bd9f00d527cc97138 Monotone-Revision: 8e1a3af5628f31703023508d2fb742a933691c15 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-06-23T12:08:09 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
fprintf (stderr, "backup directory ALL|user1 [user2] ...\n\n"
|
||||
" directory the target directory where backup files will be stored\n"
|
||||
" user the user of whom to save the data or ALL for everybody\n\n"
|
||||
"Example: /usr/sbin/sogo-tool backup /tmp/foo ALL\n");
|
||||
"Example: sogo-tool backup /tmp/foo ALL\n");
|
||||
}
|
||||
|
||||
- (BOOL) checkDirectory
|
||||
|
||||
@@ -110,9 +110,9 @@ typedef enum SOGoToolRestoreMode {
|
||||
" -l flag used to list folders to restore\n"
|
||||
" -p flag used to restore only the user's preferences\n"
|
||||
" -f/-F flag used to specify which folder to restore, ALL for everything\n\n"
|
||||
"Examples: /usr/local/sbin/sogo-tool restore -l /tmp/foo bob\n"
|
||||
" /usr/local/sbin/sogo-tool restore -f Contacts/personal /tmp/foo bob\n"
|
||||
" /usr/local/sbin/sogo-tool restore -p /tmp/foo bob\n");
|
||||
"Examples: sogo-tool restore -l /tmp/foo bob\n"
|
||||
" sogo-tool restore -f Contacts/personal /tmp/foo bob\n"
|
||||
" sogo-tool restore -p /tmp/foo bob\n");
|
||||
}
|
||||
|
||||
- (BOOL) checkDirectory
|
||||
|
||||
Reference in New Issue
Block a user