Skip to content

Commit ac3cff0

Browse files
committed
readme formatting
1 parent 203a183 commit ac3cff0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ valid8 [command]
2929

3030
(no argument): Opens an interactive menu for managing accounts and programs.
3131
run : Opens the same interactive menu as no arguments
32-
ledger (arg: overwrite): Generates a local ledger compatible with solana-test-validator. Overwrite directory if already exists.
32+
ledger (arg: overwrite): Generates a local ledger compatible with solana-test-validator.
33+
Overwrite directory if already exists with the `-y` option.
3334
compose: Compose multiple valid8 config files into one.
3435

3536
## Interactive Menu:
@@ -71,14 +72,15 @@ Edit Program:
7172

7273
Select "Edit Program" from the menu.
7374
Enter the public key of the program you want to edit when prompted.
74-
Change the owner, the amount of lamports, or the upgrade authority of the program.
75+
Change the owner, the amount of lamports, or the upgrade authority of the program, or select Unpack PDA to edit a program related pda account
7576
valid8 will edit the program and store it locally with the changed value(s).
7677

7778
Ledger Command:
7879

7980
`valid8 ledger`
8081

81-
Generates a local ledger compatible with solana-test-validator. You can use this ledger with solana-test-validator to create a test environment and ledger with your cloned accounts and programs pre-loaded.
82+
Generates a local ledger compatible with solana-test-validator.
83+
You can use this ledger with solana-test-validator to create a test environment and ledger with your cloned accounts and programs pre-loaded.
8284
(use `-y` to automatically overwrite test-ledger if already exists)
8385

8486
Compose Command:

0 commit comments

Comments
 (0)