From 9f8ce5ab9559948dceede2ac6f2708707173300e Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sun, 5 Jun 2016 12:12:05 +0200 Subject: [PATCH] Update cli.md --- doc/cli.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/cli.md b/doc/cli.md index 5c4ea32..089d845 100644 --- a/doc/cli.md +++ b/doc/cli.md @@ -6,32 +6,32 @@ To rebuild all thumbnails run: - srndv2 tool rethumb + ./srndv2 tool rethumb ##Generate a new tripcode keypair (prints to stdout) - srndv2 tool keygen + ./srndv2 tool keygen ##Add a public key to moderation trust Where `publickey` is the public key to be added. - srndv2 tool mod add publickey + ./srndv2 tool mod add publickey ##Remove a public key from moderation trust Where `publickey` is the public key to be removed. - srndv2 tool mod del publickey + ./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 + ./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 + ./srndv2 tool nntp del-login username