Commit Graph

10394 Commits (675613a03dc0099f6475203ac9ee3a98cf498069)

Author SHA1 Message Date
Pierre Rudloff 7d6bd2e6cc
varnishlog: add page (#8169) 2022-07-18 21:51:20 +00:00
Julia Furst Morgado 521f2f7f6b
agate: add pt_BR translation (#8198) 2022-07-18 15:44:56 -03:00
Andreia Bohner 58216fe3e6 brightness: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner 13d65a8e86 bnepd: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner 43ecd0cd59 bless: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner 80267c065d bird: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner d5219cafb8 bc: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner 1b798b0e38 base64: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner 2f874af517 avbdeviced: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner 7118bece41 automountd: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner 27a589b62d asr: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner b938852aaf as: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner 5c7646c459 archey: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner 64e554157e arch: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner 825141031b appsleepd: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner 23a94b7fa7 applecamerad: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner c4ce1b716e apachectl: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner ce8162ac0c airportd: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner 171f16ffe4 airport: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner e3d92d6188 afplay: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner 572ad9a564 afinfo: add pt_BR translation 2022-07-18 06:11:44 -03:00
Andreia Bohner d47e77d97f aa: add pt_BR translation 2022-07-18 06:11:44 -03:00
marchersimon 30ec44ef43
zsh: add noglob example (#8179)
* zsh: add noglob example

Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-07-18 11:50:16 +05:30
Onkar Ruikar 160b91ce95
dnf: add history example (#8220)
The history command shows well formatted installation log. Gives quick idea about what has happened so far.
Also, retrieve the list and repeat the same operations on the new system to get up and running quickly.
2022-07-17 22:33:59 +05:30
Minghao Liu 2d1c118ce1
mv, whoami, whois: add Chinese translation (#8219) 2022-07-17 11:36:18 -03:00
marchersimon 6938ffa426
pkg: add German translation (#8189) 2022-07-17 04:29:55 -03:00
marchersimon f6d2fe18a9
brew-mas: remove (wrong) Chinese translation (#8190) 2022-07-17 04:28:57 -03:00
Nicolas Hansse 3ce8ac7de0
amass-intel, amass-track, amass-viz: add French translation (#8210) 2022-07-17 15:05:05 +08:00
Nicolas Hansse 97d47723bb
amass, amass-db, amass-enum: add French translation (#8209) 2022-07-17 15:00:31 +08:00
marchersimon 0039248eb4
calc: set help example as lastest example (#8149) 2022-07-16 17:52:27 -03:00
Muhammad Falak R Wani 91cd7a0be1
fuser: add example to kill processes bound to a specific socket (#8175) 2022-07-15 12:33:17 -03:00
Cobalt Canon 9650f7f3d5
lpr: fix -o sides example (#8170)
* lpr: updated

`lpr --help` yields:
`Usage: lpr [options] [file(s)]
Options:
-# num-copies           Specify the number of copies to print
-E                      Encrypt the connection to the server
-H server[:port]        Connect to the named server and port
-m                      Send an email notification when the job completes
-o option[=value]       Specify a printer-specific option
-o job-sheets=standard  Print a banner page with the job
-o media=size           Specify the media size to use
-o number-up=N          Specify that input pages should be printed N-up (1, 2, 4, 6, 9, and 16 are supported)
-o orientation-requested=N
                        Specify portrait (3) or landscape (4) orientation
-o print-quality=N      Specify the print quality - draft (3), normal (4), or best (5)
-o sides=one-sided      Specify 1-sided printing
-o sides=two-sided-long-edge
                        Specify 2-sided portrait printing
-o sides=two-sided-short-edge
                        Specify 2-sided landscape printing
-P destination          Specify the destination
-q                      Specify the job should be held for printing
-r                      Remove the file(s) after submission
-T title                Specify the job title
-U username             Specify the username to use for authentication`

Here, it says that that in stead of underscores at two_sided_long_edge, it should have dashes, two-sided-long-edge. Without these, the command is essentially useless.

* Update lpr.md

* Update pages/common/lpr.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update pages/common/lpr.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-07-16 01:05:51 +10:00
Peter Babič 7e47ce4669
swaks: add page (#7767)
* swaks: add page

* fix colons

* Apply suggestions from code review

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Apply suggestions from code review

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-07-16 00:47:36 +10:00
Nicolas Hansse 69d02dd1e2
adguardhome, adscript, ag: add French translation (#8197) 2022-07-16 00:43:43 +10:00
Maksim Verkhoturov 50f543866e
brightnessctl: fix typo in decrease example (#8213) 2022-07-15 11:11:14 -03:00
Jakob Miksch 6415af8d84
gdalinfo: add page (#8162)
* gdalinfo: add page

* Update pages/common/gdalinfo.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Apply suggestions from code review

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-07-16 00:10:21 +10:00
Ethan Kinnear b8fecc0485
mate: add page (#8206) 2022-07-14 10:55:43 +05:30
Ethan Kinnear 3d8df897be
code: fix typo in --user-data-dir example (#8207) 2022-07-13 16:55:50 -03:00
Reinhart Previano Koentjoro dc3ec35560
invoke-webrequest: add page (#8177)
* windows/get-*: Add PowerShell-only notice

* Update pages/windows/get-childitem.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* windows/get-*: Change PowerShell notice

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* invoke-item: Add command

* invoke-item: Remove quotations whenever possible

* invoke-item: Put all asterisk globs inside parameters

* invoke-item: More asterisk inside parameters

* Update pages/windows/invoke-item.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* Update pages/windows/invoke-item.md

* invoke-webrequest: Add page with related aliases

* invoke-webrequest: Use LF instead of CRLF

* fix: Use -p parameter instead

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-07-13 00:41:24 +01:00
Julia Furst Morgado fd05362763
alex: add pt_BR translation (#8199) 2022-07-12 14:16:55 -03:00
Nicolas Hansse b0c4ede3e9
act: add French translation (#8192) 2022-07-11 07:42:42 -03:00
Pierre-Fournier83 2faf588055
ani-cli: add page (#8097) 2022-07-11 07:39:47 -03:00
Reinhart Previano Koentjoro d57f612d99
open, osascript: add Indonesian translation (#8178) 2022-07-11 07:38:16 -03:00
kai 057f52541c
deluser: prefix examples with sudo (#8174) 2022-07-11 07:36:24 -03:00
marchersimon 88fd34d9f9
tlmgr-key: add page (#8193) 2022-07-11 07:35:03 -03:00
CleanMachine1 01b4aed752
nyxt: add page (#8186) 2022-07-11 07:31:20 -03:00
CleanMachine1 42bb014b2f
linux/*: fix spelling errors 2022-07-11 02:05:01 +02:00
CleanMachine1 e471999932
common/*: fix spelling errors 2022-07-11 02:04:06 +02:00
marchersimon 3c92e020ef
calc: move from `linux` to `common` #2 (#8191) 2022-07-10 23:40:13 +00:00
Bjørn Gustav Baklid 8f76214518
s3cmd: add page (#8074) 2022-07-10 02:19:35 -03:00