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
maint-2.0.2
Ludovic Marcotte 2010-06-23 12:08:09 +00:00
parent a1ec12a833
commit 633c7be228
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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