Skip to content

Commit b30fdf6

Browse files
apt-key: add short/long options (#19524)
1 parent b372e2d commit b30fdf6

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

pages.ca/linux/apt-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
- Afegir una clau remota al magatzem de claus de confiança:
2020

21-
`wget -qO - {{https://host.tld/archiu.clau}} | apt-key add -`
21+
`wget {{[-qO|--quiet --output-document]}} - {{https://host.tld/archiu.clau}} | apt-key add -`
2222

2323
- Afegir una clau d'un servidor de claus amb l'identificador de la clau:
2424

pages.de/linux/apt-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
- Füge einen Remote-Schlüssel hinzu:
2020

21-
`wget -qO - {{https://host.tld/filename.key}} | apt-key add -`
21+
`wget {{[-qO|--quiet --output-document]}} - {{https://host.tld/filename.key}} | apt-key add -`
2222

2323
- Füge einen Schlüssel von einem Schlüsselserver hinzu nur mit der Schlüssel-ID:
2424

pages.es/linux/apt-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
- Añade un clave remota al almacén de claves de confianza:
1919

20-
`wget -qO - {{https://host.tld/archivo.clave}} | apt-key add -`
20+
`wget {{[-qO|--quiet --output-document]}} - {{https://host.tld/archivo.clave}} | apt-key add -`
2121

2222
- Añade una clave de un servidor de claves con el identificador de la clave:
2323

pages.it/linux/apt-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
- Aggiunge una chiave remota al portachiavi delle chiavi fidate:
1919

20-
`wget -qO - {{https://indirizzo.tld/filename.key}} | apt-key add -`
20+
`wget {{[-qO|--quiet --output-document]}} - {{https://indirizzo.tld/filename.key}} | apt-key add -`
2121

2222
- Aggiunge una chiave da un server di chiavi con il solo ID della chiave:
2323

pages.ko/linux/apt-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
- 원격 키를 신뢰할 수 있는 키 저장소에 추가:
2020

21-
`wget -qO - {{https://host.tld/filename.key}} | apt-key add -`
21+
`wget {{[-qO|--quiet --output-document]}} - {{https://host.tld/filename.key}} | apt-key add -`
2222

2323
- 키 ID만 사용하여 키서버에서 키 추가:
2424

pages.pl/linux/apt-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
- Dodaj zdalny klucz do magazynu zaufanych kluczy:
2020

21-
`wget -qO - {{https://host.tld/nazwa_pliku.key}} | apt-key add -`
21+
`wget {{[-qO|--quiet --output-document]}} - {{https://host.tld/nazwa_pliku.key}} | apt-key add -`
2222

2323
- Dodaj klucz z serwera kluczy na podstawie ID klucza:
2424

pages.pt_BR/linux/apt-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
- Adiciona uma chave remota na lista de chaves confiáveis:
1919

20-
`wget -qO - {{https://host.tld/arquivo.key}} | apt-key add -`
20+
`wget {{[-qO|--quiet --output-document]}} - {{https://host.tld/arquivo.key}} | apt-key add -`
2121

2222
- Adiciona uma chave, de um servidor de chaves, na lista de chaves confiáveis:
2323

pages.uk/linux/apt-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
- Додайте віддалений ключ до надійного сховища ключів:
2020

21-
`wget -qO - {{https://host.tld/filename.key}} | apt-key add -`
21+
`wget {{[-qO|--quiet --output-document]}} - {{https://host.tld/filename.key}} | apt-key add -`
2222

2323
- Додати ключ із сервера ключів лише з ідентифікатором ключа:
2424

pages.zh/linux/apt-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
- 向可信密钥库中添加一个远程密钥:
1919

20-
`wget -qO - {{https://host.tld/filename.key}} | apt-key add -`
20+
`wget {{[-qO|--quiet --output-document]}} - {{https://host.tld/filename.key}} | apt-key add -`
2121

2222
- 指定密钥 ID, 从密钥服务器中添加一个密钥:
2323

0 commit comments

Comments
 (0)