Updated helpstrings

This commit is contained in:
neersighted 2012-05-15 20:07:27 -07:00
parent 75a001ad5d
commit 54cf797b1e
60 changed files with 104 additions and 104 deletions

View file

@ -10,7 +10,7 @@ from util import hook, http
@hook.command('w3c')
@hook.command
def validate(inp):
".validate <url> -- Runs url through the w3c markup validator."
"validate <url> -- Runs url through the w3c markup validator."
if not inp.startswith('http://'):
inp = 'http://' + inp