Index: CryptoPassphrase.m ================================================================== --- CryptoPassphrase.m +++ CryptoPassphrase.m @@ -45,11 +45,11 @@ @"(compatible with scrypt-genpass)\n" @" -r --repeat Repeat input\n"]; } @implementation CryptoPassphrase -- (void)applicationDidFinishLaunching +- (void)applicationDidFinishLaunching: (OFNotification *)notification { OFString *keyFilePath, *lengthString; const OFOptionsParserOption options[] = { { 'h', @"help", 0, NULL, NULL }, { 'k', @"keyfile", 1, NULL, &keyFilePath },