diff --git a/doc/cli.md b/doc/cli.md index 7825bfc..5c4ea32 100644 --- a/doc/cli.md +++ b/doc/cli.md @@ -11,19 +11,7 @@ To rebuild all thumbnails run: ##Generate a new tripcode keypair (prints to stdout) srndv2 tool keygen - -##Add a new NNTP user -Where `username` is the username and `password` is the user's password for the new uer. - - srndv2 tool nntp add-login username password - -##Remove an existing NNTP user - -Where `username` is the username of the user to be deleted. - - srndv2 tool nntp del-login username - ##Add a public key to moderation trust Where `publickey` is the public key to be added. @@ -35,3 +23,15 @@ Where `publickey` is the public key to be added. Where `publickey` is the public key to be removed. srndv2 tool mod del publickey + +##Add a new NNTP user + +Where `username` is the username and `password` is the user's password for the new uer. + + srndv2 tool nntp add-login username password + +##Remove an existing NNTP user + +Where `username` is the username of the user to be deleted. + + srndv2 tool nntp del-login username