Shorten menu option text

This commit is contained in:
thePR0M3TH3AN
2025-06-29 14:35:15 -04:00
parent 3ed2d71ebb
commit 8b9651407c
5 changed files with 20 additions and 20 deletions

View File

@@ -122,12 +122,12 @@ python src/main.py
``` ```
Select an option: Select an option:
1. Generate a New Password and Add to Index 1. Generate Password
2. Retrieve a Password from Index 2. Retrieve Password
3. Modify an Existing Entry 3. Modify an Existing Entry
4. Verify Script Checksum 4. Verify Script Checksum
5. Post Encrypted Index to Nostr 5. Backup to Nostr
6. Retrieve Encrypted Index from Nostr 6. Restore from Nostr
7. Display Nostr Public Key (npub) 7. Display Nostr Public Key (npub)
8. Backup/Reveal Parent Seed 8. Backup/Reveal Parent Seed
9. Switch Seed Profile 9. Switch Seed Profile

View File

@@ -121,12 +121,12 @@ Enter your master password:
Fingerprint 31DD880A523B9759 selected and managers initialized. Fingerprint 31DD880A523B9759 selected and managers initialized.
Select an option: Select an option:
1. Generate a New Password and Add to Index 1. Generate Password
2. Retrieve a Password from Index 2. Retrieve Password
3. Modify an Existing Entry 3. Modify an Existing Entry
4. Verify Script Checksum 4. Verify Script Checksum
5. Post Encrypted Index to Nostr 5. Backup to Nostr
6. Retrieve Encrypted Index from Nostr 6. Restore from Nostr
7. Display Nostr Public Key (npub) 7. Display Nostr Public Key (npub)
8. Backup/Reveal Parent Seed 8. Backup/Reveal Parent Seed
9. Switch Fingerprint 9. Switch Fingerprint

View File

@@ -118,12 +118,12 @@ Enter your master password:
Fingerprint 31DD880A523B9759 selected and managers initialized. Fingerprint 31DD880A523B9759 selected and managers initialized.
Select an option: Select an option:
1. Generate a New Password and Add to Index 1. Generate Password
2. Retrieve a Password from Index 2. Retrieve Password
3. Modify an Existing Entry 3. Modify an Existing Entry
4. Verify Script Checksum 4. Verify Script Checksum
5. Post Encrypted Index to Nostr 5. Backup to Nostr
6. Retrieve Encrypted Index from Nostr 6. Restore from Nostr
7. Display Nostr Public Key (npub) 7. Display Nostr Public Key (npub)
8. Backup/Reveal Parent Seed 8. Backup/Reveal Parent Seed
9. Switch Fingerprint 9. Switch Fingerprint

View File

@@ -113,12 +113,12 @@ Enter your master password:
Fingerprint 31DD880A523B9759 selected and managers initialized. Fingerprint 31DD880A523B9759 selected and managers initialized.
Select an option: Select an option:
1. Generate a New Password and Add to Index 1. Generate Password
2. Retrieve a Password from Index 2. Retrieve Password
3. Modify an Existing Entry 3. Modify an Existing Entry
4. Verify Script Checksum 4. Verify Script Checksum
5. Post Encrypted Index to Nostr 5. Backup to Nostr
6. Retrieve Encrypted Index from Nostr 6. Restore from Nostr
7. Display Nostr Public Key (npub) 7. Display Nostr Public Key (npub)
8. Backup/Reveal Parent Seed 8. Backup/Reveal Parent Seed
9. Switch Fingerprint 9. Switch Fingerprint

View File

@@ -400,12 +400,12 @@ def display_menu(password_manager: PasswordManager):
""" """
menu = """ menu = """
Select an option: Select an option:
1. Generate a New Password and Add to Index 1. Generate Password
2. Retrieve a Password from Index 2. Retrieve Password
3. Modify an Existing Entry 3. Modify an Existing Entry
4. Verify Script Checksum 4. Verify Script Checksum
5. Post Encrypted Index to Nostr 5. Backup to Nostr
6. Retrieve Encrypted Index from Nostr 6. Restore from Nostr
7. Display Nostr Public Key (npub) 7. Display Nostr Public Key (npub)
8. Backup/Reveal Parent Seed 8. Backup/Reveal Parent Seed
9. Switch Seed Profile 9. Switch Seed Profile