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

4980 commits

Author SHA1 Message Date
Nicolas Hansse
cb0fe4c2c9
antibody, apg: add French translation (#8225) 2022-08-06 13:15:06 -03:00
Emily Grace Seville
4abe09f8b3
chmod: update placeholders in examples (#8300) 2022-08-06 08:41:59 +05:30
hellojukay
5772fa2b18
grafana-cli: add page (#8299) 2022-08-05 10:36:25 +02:00
marchersimon
ef3797f12b
fc: remove subcommand mention (#8291) 2022-08-04 13:15:48 +08:00
Emily Grace Seville
289f1ad378
powershell: refresh page (#7984) 2022-08-03 23:41:30 +00:00
Jakob Miksch
36da1e723f
gdalwarp: add page (#8274) 2022-08-02 15:33:47 +02:00
Nicolas Hansse
bff1487aa0
aria2, aria2c: add French translation & page edit (#8253) 2022-08-02 13:13:12 +02:00
marchersimon
f1792178bd
tlmgr-conf: add page (#8188) 2022-08-01 10:32:44 -03:00
Jakob Miksch
6ab6eb95de
gdal_translate: add page (#8272) 2022-08-01 08:13:15 -03:00
Peder Bergebakken Sundt
687415d81c
vgmstream_cli: add page (#7956) 2022-07-31 17:36:01 -03:00
pixel
3e12416728
pkg-config: move to common (#8267) 2022-07-30 11:08:42 -03:00
git-em
1dc747127b
cmp: refresh page (#7822) 2022-07-30 12:05:02 +00:00
marchersimon
7484bb7311
ripgrep: add page (#8265) 2022-07-30 04:39:19 -03:00
Adrien Thebo
a81d36d37f
make: add variable override example (#8249) 2022-07-28 18:57:54 +00:00
marchersimon
367d020a44
rustup-init.sh: add page (#8259) 2022-07-28 16:34:26 +00:00
Muhammad Falak R Wani
b7c8b55849
docker-run: use long options for examples (#8262) 2022-07-28 10:03:27 -03:00
leekuo
635fcfc9ae
ern: add page (#8229)
* ern: add page

* ern: fix end line colons

* ern: update based on review feedback

* ern: use infinite tense in desc over present

* ern: use infinitive tense in desc over present

* ern: update based on review part 2
2022-07-28 14:26:50 +10:00
Philipp Moers
b0c73a81b9
picom-trans: add page (#8244) 2022-07-27 23:44:50 +00:00
Philippe Massicotte
71a3b6921e
quarto: add page (#8254) 2022-07-27 23:38:16 +00:00
marchersimon
df1c9855a7
*: add/edit more information link (#8255) 2022-07-27 08:38:46 -03:00
Nicolas Hansse
051f58297a
apktool, apm: add French translation, update (#8234) 2022-07-27 08:02:09 -03:00
marchersimon
42e2ab19f5
cargo-add: add page (#8246) 2022-07-27 08:00:12 -03:00
Avery
ed1518e4ab
Fix broken link (#8251)
Add a link to the new helpdesk page
2022-07-26 00:40:22 +00:00
Jakob Miksch
5c490a50e8
gdal_contour: add page (#8200)
* gdal_contour: add page

* Apply suggestions from code review

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2022-07-25 13:30:54 +07:00
Axel Navarro
ad38933fbb
helix: fix command name, hx: add page (#8242)
* helix: fix command name

* Update helix.md

* Create hx.md
2022-07-24 00:23:58 +08:00
CTome
2ff80e00a5
pyinfra: add page (#8238) 2022-07-22 07:57:13 -03:00
Youri Seichter
7600b42b82
psql: clarify default host behaviour (#8239) 2022-07-22 06:26:44 +05:30
Adrien Thebo
d6bb1c78b1
cmctl: add page (#8230) 2022-07-20 23:34:30 +00:00
Ethan Kinnear
efd2a87d92
licensor: add page (#8204)
* licensor: add page

* licensor: use mnemonic for "placeholder"

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

* licensor: place quotation marks outside of curly braces

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

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-07-21 01:27:18 +10:00
walking-octopus
6710d757da
duf: add page (#8171) 2022-07-20 10:03:20 -03:00
Pierre Rudloff
7d6bd2e6cc
varnishlog: add page (#8169) 2022-07-18 21:51:20 +00: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
marchersimon
0039248eb4
calc: set help example as lastest example (#8149) 2022-07-16 17:52:27 -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
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
3d8df897be
code: fix typo in --user-data-dir example (#8207) 2022-07-13 16:55:50 -03:00
Pierre-Fournier83
2faf588055
ani-cli: add page (#8097) 2022-07-11 07:39:47 -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
e471999932
common/*: fix spelling errors 2022-07-11 02:04:06 +02:00
Bjørn Gustav Baklid
8f76214518
s3cmd: add page (#8074) 2022-07-10 02:19:35 -03:00
walking-octopus
5384a4f3a0
deb-get: add page (#8172) 2022-07-09 19:00:00 +02:00
CleanMachine1
59a15bf3a5
crontab: refresh (#8182) 2022-07-09 17:36:19 +02:00
Emily Grace Seville
5e2f4072bc
zip: add/refresh pages (#7996) 2022-07-06 22:47:47 +02:00
Bradley Wojcik
7c5c2a7ccd
docsify: add page (#8185) 2022-07-06 17:37:03 +02:00
cjc7373
6588dd7507
man: add -f example (#8180) 2022-07-05 13:36:45 +05:30
CleanMachine1
f3f405e9f6
htop: add change tab command (#8164) 2022-07-02 17:54:42 -03:00
Emily Grace Seville
df0ad135f9
tcsh: refresh page (#7985) 2022-06-30 22:21:02 +00:00
CleanMachine1
fe3fa89cb5
*: fix spelling mistakes 2022-07-01 00:16:52 +02:00
CleanMachine1
a082829909
Fix spelling mistakes 2022-06-30 21:57:34 +02:00