pages*: use " " instead of "=" to separate the options from their arguments, aria2c: fix example (#12726)
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
|
||||
- Hanya cari file dengan tipe tertentu (seperti `ruby` untuk mencari file `.rb`,`.erb`, `.rake`, `Rakefile` dan sebagainya):
|
||||
|
||||
`ack --type={{ruby}} "{{pola_pencarian}}"`
|
||||
`ack --type {{ruby}} "{{pola_pencarian}}"`
|
||||
|
||||
- Jangan cari file dengan tipe tertentu:
|
||||
|
||||
`ack --type=no{{ruby}} "{{pola_pencarian}}"`
|
||||
`ack --type no{{ruby}} "{{pola_pencarian}}"`
|
||||
|
||||
- Hitung total teks/string yang ditemukan:
|
||||
|
||||
|
Reference in New Issue
Block a user