updated docs for 4.0

This commit is contained in:
Wyatt Johnson
2018-01-11 16:51:08 -07:00
parent 7f291cf056
commit 876f4ef700
10 changed files with 119 additions and 8 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ program
.action(deleteUser);
program
.command('search')
.command('list')
.description('searches for a user based on their stored username and email')
.action(searchUsers);