Updated helpstrings
This commit is contained in:
parent
75a001ad5d
commit
54cf797b1e
60 changed files with 104 additions and 104 deletions
|
@ -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
|
||||
|
|
Reference in a new issue