Bug 785714 - Remove manual string for jsb url.; r=jwalker

This commit is contained in:
Ekanan Ketunuti 2012-08-28 07:23:19 +07:00
parent 75b3e8c959
commit b3dca1c738

View File

@ -25,8 +25,7 @@ gcli.addCommand({
{
name: 'url',
type: 'string',
description: gcli.lookup('jsbUrlDesc'),
manual: 'The URL of the JS to prettify'
description: gcli.lookup('jsbUrlDesc')
},
{
name: 'indentSize',