pages*: use " " instead of "=" to separate the options from their arguments, aria2c: fix example (#12726)
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
|
||||
- Mengkonversikan fitur bahasa pemrograman Python 2 tertentu menuju Python 3:
|
||||
|
||||
`2to3 --write {{jalan/menuju/file.py}} --fix={{raw_input}} --fix={{print}}`
|
||||
`2to3 --write {{jalan/menuju/file.py}} --fix {{raw_input}} --fix {{print}}`
|
||||
|
||||
- Mengkonversikan seluruh fitur Python 2 menjadi Python 3, kecuali fitur-fitur tertentu:
|
||||
|
||||
`2to3 --write {{jalan/menuju/file.py}} --nofix={{has_key}} --nofix={{isinstance}}`
|
||||
`2to3 --write {{jalan/menuju/file.py}} --nofix {{has_key}} --nofix {{isinstance}}`
|
||||
|
||||
- Menampilkan daftar fitur-fitur bahasa pemrograman yang dapat dikonversikan dari Python 2 menuju Python 3:
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
|
||||
- Mengkonversikan seluruh file Python 2 menuju Python 3 di dalam sebuah direktori:
|
||||
|
||||
`2to3 --output-dir={{jalan/menuju/direktori_python3}} --write-unchanged-files --nobackups {{jalan/menuju/direktori_python2}}`
|
||||
`2to3 --output-dir {{jalan/menuju/direktori_python3}} --write-unchanged-files --nobackups {{jalan/menuju/direktori_python2}}`
|
||||
|
||||
- Menjalankan program ini dengan lebih dari satu thread:
|
||||
|
||||
`2to3 --processes={{4}} --output-dir={{jalan/menuju/direktori_python3}} --write --nobackups --no-diff {{jalan/menuju/direktori_python2}}`
|
||||
`2to3 --processes {{4}} --output-dir {{jalan/menuju/direktori_python3}} --write --nobackups --no-diff {{jalan/menuju/direktori_python2}}`
|
||||
|
Reference in New Issue
Block a user