Bug 587593 - Remove extra usage line in firefox --help output. r=gavin.sharp, a2.0=bsmedberg

This commit is contained in:
Mike Hommey
2010-08-18 19:47:57 +02:00
parent f5cddc429d
commit 8650bb9cd4

View File

@@ -853,8 +853,7 @@ nsDefaultCommandLineHandler.prototype = {
}
},
// XXX localize me... how?
helpInfo : "Usage: firefox [-flags] [<url>]\n",
helpInfo : "",
};
var components = [nsBrowserContentHandler, nsDefaultCommandLineHandler];