![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
no content to firefox /? where is my man firefox?
in the linux world i have man firefox that gives me a breakdown of what I can do with the commandline. what is the windows equivalent?
Избрано решение
That would be starting Firefox with one of these command line switches: -h or -help or -?
Print the list of all available command line options. Note that on Windows this only works with a redirection such as |more (bug 355889). This option is available only in a command console.
Прочетете този отговор в контекста 👍 1Всички отговори (3)
Избрано решение
That would be starting Firefox with one of these command line switches: -h or -help or -?
Print the list of all available command line options. Note that on Windows this only works with a redirection such as |more (bug 355889). This option is available only in a command console.
firefox -h | more perfect.
Thanks for the reply. It was a small issue, and already worked around it, but I just couldn't believe there wasn't a help screen for the command prompt. Glad to see it's actually there.