Update to masterpassword.app domain.
This commit is contained in:
@@ -66,7 +66,7 @@ int main(int argc, char *const argv[]) {
|
||||
|
||||
const char *fullName = "Robert Lee Mitchel";
|
||||
const char *masterPassword = "banana colored duckling";
|
||||
const char *siteName = "masterpasswordapp.com";
|
||||
const char *siteName = "masterpassword.app";
|
||||
const MPCounterValue siteCounter = MPCounterValueDefault;
|
||||
const MPResultType resultType = MPResultTypeDefault;
|
||||
const MPKeyPurpose keyPurpose = MPKeyPurposeAuthentication;
|
||||
|
@@ -36,7 +36,7 @@ static void usage() {
|
||||
inf( ""
|
||||
" Master Password v%s - CLI\n"
|
||||
"--------------------------------------------------------------------------------\n"
|
||||
" https://masterpasswordapp.com\n", stringify_def( MP_VERSION ) );
|
||||
" https://masterpassword.app\n", stringify_def( MP_VERSION ) );
|
||||
inf( ""
|
||||
"\nUSAGE\n\n"
|
||||
" mpw [-u|-U full-name] [-m fd] [-t pw-type] [-P value] [-c counter]\n"
|
||||
|
@@ -43,7 +43,7 @@ static void usage() {
|
||||
inf( ""
|
||||
" Master Password v%s - Tests\n"
|
||||
"--------------------------------------------------------------------------------\n"
|
||||
" https://masterpasswordapp.com\n", stringify_def( MP_VERSION ) );
|
||||
" https://masterpassword.app\n", stringify_def( MP_VERSION ) );
|
||||
inf( ""
|
||||
"\nUSAGE\n\n"
|
||||
" mpw-tests [-v|-q]* [-h] [test-name ...]\n" );
|
||||
|
Reference in New Issue
Block a user