pages*: use " " instead of "=" to separate the options from their arguments, aria2c: fix example (#12726)

This commit is contained in:
Sebastiaan Speck
2024-05-05 13:24:48 +02:00
committed by GitHub
parent 2ecc25e812
commit e06b054c72
38 changed files with 85 additions and 85 deletions

View File

@@ -17,8 +17,8 @@
- نمایش لاگ های مربوط به یک PID مشخص :
`logcat --pid={{pid}}`
`logcat --pid {{pid}}`
- نمایش لاگ های پروسه های مربوط به یک بسته مشخص :
`logcat --pid=$(pidof -s {{package}})`
`logcat --pid $(pidof -s {{package}})`

View File

@@ -13,11 +13,11 @@
- تبدیل قابلیت های خاص پایتون نسخه 2 به 3 :
`2to3 --write {{path/to/file.py}} --fix={{raw_input}} --fix={{print}}`
`2to3 --write {{path/to/file.py}} --fix {{raw_input}} --fix {{print}}`
- تبدیل تمامی قابلیت های نسخه 2 به 3 بغیر از ویژگی های معیین شده :
`2to3 --write {{path/to/file.py}} --nofix={{has_key}} --nofix={{isinstance}}`
`2to3 --write {{path/to/file.py}} --nofix {{has_key}} --nofix {{isinstance}}`
- نمایش لیست قابلیت های زبان پایتون نسخه 2 که قابلیت تبدیل به نسخه 3 را دارند :
@@ -25,8 +25,8 @@
- تبدیل تمامی فایل های پایتون نسخه 2 به 3 در یک مسیر :
`2to3 --output-dir={{path/to/python3_directory}} --write-unchanged-files --nobackups {{path/to/python2_directory}}`
`2to3 --output-dir {{path/to/python3_directory}} --write-unchanged-files --nobackups {{path/to/python2_directory}}`
- اجرای همزان(چند رشته ای) دستور 2 به 3 :
`2to3 --processes={{4}} --output-dir={{path/to/python3_directory}} --write --nobackups --no-diff {{path/to/python2_directory}}`
`2to3 --processes {{4}} --output-dir {{path/to/python3_directory}} --write --nobackups --no-diff {{path/to/python2_directory}}`

View File

@@ -10,7 +10,7 @@
- دانلود یک فایل از لینک موردنظر با اسم خروجی دلخواه:
`aria2c --out={{path/to/file}} "{{url}}"`
`aria2c --out {{path/to/file}} "{{url}}"`
- دانلود چند فایل مختلف به صورت همزمان:
@@ -26,7 +26,7 @@
- دانلود با چندین اتصال مختلف:
`aria2c --split={{number_of_connections}} "{{url}}"`
`aria2c --split {{number_of_connections}} "{{url}}"`
- دانلود از FTP با نام کاربری و رمزعبور: