1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

firefox: improve example descriptions (#3276)

Also fix the main description to conform to the style guide.
This commit is contained in:
Waldir Pimenta 2019-09-21 21:39:37 +01:00 committed by Marco Bonelli
parent 7771158d46
commit b7926ee5db

View file

@ -1,25 +1,25 @@
# firefox # firefox
> A free and open source web browser. > A free and open source web browser.
> More information at https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options. > More information: <https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options>.
- Open firefox at www.duckduckgo.com: - Launch Firefox and open a web page:
`firefox {{https://www.duckduckgo.com}}` `firefox {{https://www.duckduckgo.com}}`
- Open it at a new window: - Open a new window:
`firefox --new-window {{https://www.duckduckgo.com}}` `firefox --new-window {{https://www.duckduckgo.com}}`
- Open an incognito window: - Open a private (incognito) window:
`firefox --private-window` `firefox --private-window`
- Search 'wikipedia' on your default search engine: - Search for "wikipedia" using the default search engine:
`firefox --search {{wikipedia}}` `firefox --search "{{wikipedia}}"`
- Launch firefox without extensions: - Launch Firefox in safe mode, with all extensions disabled:
`firefox --safe-mode` `firefox --safe-mode`