mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
ruget: add short/long options (#20856)
This commit is contained in:
@@ -9,4 +9,4 @@
|
||||
|
||||
- किसी निर्दिष्ट आउटपुट फ़ाइल में URL की सामग्री डाउनलोड करें:
|
||||
|
||||
`ruget --output {{file_name}} {{https://example.com/file}}`
|
||||
`ruget {{[-o|--output]}} {{file_name}} {{https://example.com/file}}`
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
|
||||
- Unduh konten URL ke file [o]utput tertentu:
|
||||
|
||||
`ruget --output {{nama_file}} {{https://example.com/file}}`
|
||||
`ruget {{[-o|--output]}} {{nama_file}} {{https://example.com/file}}`
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
|
||||
- URL의 콘텐츠를 지정한 [o]출력 파일로 다운로드:
|
||||
|
||||
`ruget --output {{파일_이름}} {{https://example.com/file}}`
|
||||
`ruget {{[-o|--output]}} {{파일_이름}} {{https://example.com/file}}`
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
|
||||
- URL முகவரி இன் உள்ளடக்கங்களை குறிப்பிட்ட [o]அவுட்புட் கோப்பில் பதிவிறக்கவும்:
|
||||
|
||||
`ruget --output {{கோப்பு_பெயர்}} {{https://example.com/file}}`
|
||||
`ruget {{[-o|--output]}} {{கோப்பு_பெயர்}} {{https://example.com/file}}`
|
||||
|
||||
Reference in New Issue
Block a user