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

@@ -18,11 +18,11 @@
- ஒரு குறிப்பிட்ட வகை கோப்புகளுக்கான தேடலை வரம்பிடவும்:
`ack --type={{ruby}} "{{தேடல்_முறை}}"`
`ack --type {{ruby}} "{{தேடல்_முறை}}"`
- ஒரு குறிப்பிட்ட வகை கோப்புகளில் தேட வேண்டாம்:
`ack --type=no{{ruby}} "{{தேடல்_முறை}}"`
`ack --type no{{ruby}} "{{தேடல்_முறை}}"`
- காணப்பட்ட மொத்த பொருத்தங்களின் எண்ணிக்கையை எண்ணுங்கள்: