Updated CredentialMenu.php help menu

https://git.n64.cc/nosial/ncc/-/issues/27
This commit is contained in:
Netkas 2022-12-07 18:24:48 -05:00
parent 85fc872999
commit 9716ad8e61

View file

@ -260,7 +260,8 @@
Console::outHelpSections([ Console::outHelpSections([
new CliHelpSection(['help'], 'Displays this help menu about the value command'), new CliHelpSection(['help'], 'Displays this help menu about the value command'),
new CliHelpSection(['add'], 'Adds a new entry to the vault (See below)'), new CliHelpSection(['add'], 'Adds a new entry to the vault (See below)'),
new CliHelpSection(['remove', '--name'], 'Removes'), new CliHelpSection(['remove', '--name'], 'Removes an entry from the vault'),
new CliHelpSection(['list'], 'Lists all entries in the vault'),
]); ]);
Console::out((string)null); Console::out((string)null);