pages*: remove double colons (`::`) (#10551)

pull/23/head
4G3NT 2023-07-27 08:42:45 -07:00 committed by GitHub
parent 5de55b44af
commit 3000e6c071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
> Obre un arxiu o URL en l'aplicació predeterminada del usuari.
> Més informació: <https://portland.freedesktop.org/doc/xdg-open.html>.
- Obre el directori actual en l'explorador d'arxius predeterminat::
- Obre el directori actual en l'explorador d'arxius predeterminat:
`xdg-open .`

View File

@ -3,7 +3,7 @@
> Visualize gathered information in a network graph.
> Más información: <https://github.com/OWASP/Amass/blob/master/doc/user_guide.md#the-viz-subcommand>.
- Genere una visualización D3.js basada en datos específicos de la base de datos::
- Genere una visualización D3.js basada en datos específicos de la base de datos:
`amass viz -d3 -dir {{ruta/al/directorio_de_base_de_datos}}`

View File

@ -3,7 +3,7 @@
> யூனிக்ஸ் அடிப்படையிலான கணினிகளில் விண்டோஸ் இயங்குதளங்களை இயக்கவும்.
> மேலும் விவரத்திற்கு: <https://wiki.winehq.org/>.
- `wine` சூழலில் ஒரு குறிப்பிட்ட நிரலை இயக்கவும்::
- `wine` சூழலில் ஒரு குறிப்பிட்ட நிரலை இயக்கவும்:
`wine {{கட்டளை}}`

View File

@ -12,7 +12,7 @@
`git reset {{dosya(ların)/konumu}}`
- Bir dosyanın kısımlarını geri al::
- Bir dosyanın kısımlarını geri al:
`git reset -p {{dosya/konumu}}`

View File

@ -3,7 +3,7 @@
> Debian tabanlı işletim sistemlerinde Apache modülünü etkinleştir.
> Daha fazla bilgi için: <https://manpages.debian.org/latest/apache2/a2enmod.8.en.html>.
- Bir modülü etkinleştir::
- Bir modülü etkinleştir:
`sudo a2enmod {{modül}}`

View File

@ -4,7 +4,7 @@
> Ayrıca bakınız: `pacman`.
> Daha fazla bilgi için: <https://man.archlinux.org/man/pacman.8>.
- Yeni bir paket indir::
- Yeni bir paket indir:
`sudo pacman --sync {{paket_ismi}}`

View File

@ -19,7 +19,7 @@
`find {{root_path}} -name '{{*.py}}' -not -path '{{*/site-packages/*}}'`
- Find files matching a given size range, limiting the recursive depth to "1"::
- Find files matching a given size range, limiting the recursive depth to "1":
`find {{root_path}} -maxdepth 1 -size {{+500k}} -size {{-10M}}`