Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit 536af21

Browse files
authored
Made help syntax consistent (#2)
Capitalized all entries, rather than just some. Made verb form consistent for all entries.
1 parent 3aba032 commit 536af21

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -68,23 +68,23 @@ The following commands are available:
6868
```
6969
help [command...] Provides help for a given command.
7070
exit Exits application.
71-
clear clear the terminal
72-
crypto-address add <paymentNetwork> <environment> <address> [tag] start building a new PayID
73-
crypto-address remove <address> remove an address from the current PayID
74-
keys clear clears all loaded keys
75-
keys generate generates and saves a new identity key
76-
keys list lists keys that have been loaded
77-
keys load <filePath> load identity-key from file
78-
keys print print keys that have been loaded in pem format
79-
init <payid> initializes a new PayID
80-
inspect [payId] Inspect signatures on the loaded PayID or from an optionally specified PayID
81-
load <payId> loads a PayID from PayID server
82-
show Shows the currently loaded PayID
83-
sign sign the loaded PayID with the loaded signing keys
84-
verify [payId] Verify the loaded PayID or an optionally specified PayID
85-
save Save the currently loaded PayID
86-
from-url <url> convert a URL to a PayID
87-
to-url <payId> converts PayID to url
71+
clear Clears the terminal.
72+
crypto-address add <paymentNetwork> <environment> <address> [tag] Starts building a new PayID.
73+
crypto-address remove <address> Removes an address from the current PayID.
74+
keys clear Clears all loaded keys.
75+
keys generate Generates and saves a new identity key.
76+
keys list Lists keys that have been loaded.
77+
keys load <filePath> Loads identity-key from file.
78+
keys print Prints keys that have been loaded in pem format.
79+
init <payid> Initializes a new PayID.
80+
inspect [payId] Inspects signatures on the loaded PayID or from an optionally specified PayID.
81+
load <payId> Loads a PayID from PayID server.
82+
show Shows the currently loaded PayID.
83+
sign Signs the loaded PayID with the loaded signing keys.
84+
verify [payId] Verifies the loaded PayID or an optionally specified PayID.
85+
save Saves the currently loaded PayID.
86+
from-url <url> Converts a URL to a PayID.
87+
to-url <payId> Converts a PayID to a URL.
8888
8989
```
9090

@@ -152,7 +152,7 @@ Two commands are available to verify a PayID's verified addresses.
152152
- `verify` - checks if all the verified addresses have valid signatures.
153153
- `inspect` - displays details information about each verified address and signatures.
154154

155-
## Create, Sign, and Inspect a PayID
155+
## Create, sign, and inspect a PayID
156156

157157
With a combination of commands, you can create a PayID, add an address mapping, generate an identity key,
158158
sign your PayID address mapping, and then inspect the final result.

0 commit comments

Comments
 (0)