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.