mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 15:55:26 +02:00
choco info: add Hindi translation (#14873)
* choco info: add Hindi translation * Update pages.hi/windows/choco-info.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
2ec1f8e30f
commit
d47b24833d
1 changed files with 20 additions and 0 deletions
20
pages.hi/windows/choco-info.md
Normal file
20
pages.hi/windows/choco-info.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# choco info
|
||||
|
||||
> चॉकलेट के साथ एक पैकेज के बारे में विस्तृत जानकारी प्रदर्शित करें।
|
||||
> अधिक जानकारी: <https://chocolatey.org/docs/commands-info>।
|
||||
|
||||
- एक विशेष पैकेज पर जानकारी प्रदर्शित करें:
|
||||
|
||||
`choco info {{पैकेज}}`
|
||||
|
||||
- केवल एक स्थानीय पैकेज के लिए जानकारी प्रदर्शित करें:
|
||||
|
||||
`choco info {{पैकेज}} --local-only`
|
||||
|
||||
- पैकेजों की जानकारी प्राप्त करने के लिए एक कस्टम स्रोत निर्दिष्ट करें:
|
||||
|
||||
`choco info {{पैकेज}} --source {{स्रोत_यूआरएल|उपनाम}}`
|
||||
|
||||
- प्रमाणीकरण के लिए एक उपयोगकर्ता नाम और पासवर्ड प्रदान करें:
|
||||
|
||||
`choco info {{पैकेज}} --user {{उपयोगकर्ता_नाम}} --password {{पासवर्ड}}`
|
Loading…
Add table
Reference in a new issue