1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 12:06:00 +02:00

multiple pages: Use snake_case in token syntax (#4788)

This commit is contained in:
Guido Lena Cota 2020-11-01 14:40:05 +01:00 committed by GitHub
parent 2a9b42076e
commit 0bb9c353a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 34 additions and 34 deletions

View file

@ -5,9 +5,9 @@
- Google OIDC로 사용자 생성 및 인증:
`dexter auth -i {{클라이언트-아이디}} -s {{클라이언트-secret}}`
`dexter auth -i {{클라이언트_아이디}} -s {{클라이언트_secret}}`
- 기본 kube 구성파일 위치 재정의:
`dexter auth -i {{클라이언트-아이디}} -s {{클라이언트-secret}} --kube-config {{예시/구성파일}}`
`dexter auth -i {{클라이언트_아이디}} -s {{클라이언트_secret}} --kube-config {{예시/구성파일}}`

View file

@ -30,7 +30,7 @@
- Uzyskaj interaktywnego kreatora dla zasobu AWS:
`aws dynamodb wizard {{nowa-tabela}}`
`aws dynamodb wizard {{nowa_tabela}}`
- Generuj JSON CLI Skeleton (przydatne dla infrastruktury jako kodu):

View file

@ -20,4 +20,4 @@
- Procurar manuais contendo um termo de pesquisa:
`man -k "{{termo de pesquisa}}"`
`man -k "{{termo_de_pesquisa}}"`

View file

@ -20,7 +20,7 @@
- Procurar um pacote especificando alguma palavra-chave:
`apk search {{palavra-chave}}`
`apk search {{palavra_chave}}`
- Exibir informações sobre um pacote:

View file

@ -30,7 +30,7 @@
- Get an interactive wizard for an AWS resource:
`aws dynamodb wizard {{new-table}}`
`aws dynamodb wizard {{new_table}}`
- Generate a JSON CLI Skeleton (useful for infrastructure as code):

View file

@ -5,8 +5,8 @@
- Create and authenticate a user with Google OIDC:
`dexter auth -i {{client-id}} -s {{client-secret}}`
`dexter auth -i {{client_id}} -s {{client_secret}}`
- Override the default kube config location:
`dexter auth -i {{client-id}} -s {{client-secret}} --kube-config {{sample/config}}`
`dexter auth -i {{client_id}} -s {{client_secret}} --kube-config {{sample/config}}`

View file

@ -4,7 +4,7 @@
> If no name or URL are given, then the configured upstream branch will be used, or remote origin if the former is not configured.
> More information: <https://git-scm.com/docs/git-ls-remote.html>.
- Show all references in the default remote repositoiory:
- Show all references in the default remote repository:
`git ls-remote`
@ -16,10 +16,10 @@
`git ls-remote --tags`
- Show all references from a remote repositiory based on name or url:
- Show all references from a remote repository based on name or url:
`git ls-remote {{repositiory-url}}`
`git ls-remote {{repository_url}}`
- Show references from a remote repositiory filtered by a pattern:
- Show references from a remote repository filtered by a pattern:
`git ls-remote {{repositiory-name}} "{{pattern}}"`
`git ls-remote {{repository_name}} "{{pattern}}"`

View file

@ -18,8 +18,8 @@
- Send an introductory email message for the patch series:
`git send-email -{{number of commits}} --compose`
`git send-email -{{number_of_commits}} --compose`
- Review and edit the email message for each patch you're about to send:
`git send-email -{{number of commits}} --annotate`
`git send-email -{{number_of_commits}} --annotate`

View file

@ -6,11 +6,11 @@
- Create a local Kubernetes cluster:
`kind create cluster --name {{cluster-name}}`
`kind create cluster --name {{cluster_name}}`
- Delete one or more clusters:
`kind delete clusters {{cluster-name}}`
`kind delete clusters {{cluster_name}}`
- Get details about clusters, nodes, or the kubeconfig:

View file

@ -18,11 +18,11 @@
- Print double sided in portrait:
`lpr -o sides={{two-sided-long-edge}} {{path/to/file}}`
`lpr -o sides={{two_sided_long_edge}} {{path/to/file}}`
- Print double sided in landscape:
`lpr -o sides={{two-sided-short-edge}} {{path/to/file}}`
`lpr -o sides={{two_sided_long_edge}} {{path/to/file}}`
- Set page size (more options may be available depending on setup):

View file

@ -3,7 +3,7 @@
> The command operates on the user's mailbox if no argument is given.
> To send an email the message body is built from standard input.
- Send a typed email message. The commandline below continues after pressing Enter key. Input CC email-id (optional) press Enter key. Input message text (can be multi-line). Press "Ctrl-D" key to complete the message text:
- Send a typed email message. The command line below continues after pressing Enter key. Input CC email-id (optional) press Enter key. Input message text (can be multi-line). Press "Ctrl-D" key to complete the message text:
`mail --subject="{{subject line}}" {{to_user@example.com}}`
@ -13,4 +13,4 @@
- Send a tar.gz file as an attachment:
`tar cvzf - {{path/to/directory1 path/to/directory2}} | uuencode {{data.tar.gz}} | mail --subject="{{subject line}}" {{to_user@example.com}}`
`tar cvzf - {{path/to/directory1 path/to/directory2}} | uuencode {{data.tar.gz}} | mail --subject="{{subject_line}}" {{to_user@example.com}}`

View file

@ -20,4 +20,4 @@
- Search for manpages containing a search string:
`man -k "{{search string}}"`
`man -k "{{search_string}}"`

View file

@ -4,4 +4,4 @@
- Run process that can live beyond the terminal:
`nohup {{command options}}`
`nohup {{command}} {{command_options}}`

View file

@ -5,4 +5,4 @@
- Show why an npm package is installed:
`npm-why {{package-name}}`
`npm-why {{package_name}}`

View file

@ -17,7 +17,7 @@
- Send changes from your working copy to the repository:
`svn ci -m {{commit log message}} [{{PATH}}]`
`svn ci -m {{commit_log_message}} [{{PATH}}]`
- Display changes from the last 10 revisions, showing modified files for each revision:

View file

@ -5,11 +5,11 @@
- Add a new task to a board:
`tb --task {{task description}} @{{board_name}}`
`tb --task {{task_description}} @{{board_name}}`
- Add a new note to a board:
`tb --note {{note description}} @{{board_name}}`
`tb --note {{note_description}} @{{board_name}}`
- Edit item's priority:

View file

@ -17,4 +17,4 @@
- Specify a stylesheet to use while converting a DocBook XML document:
`xmlto -x {{stylesheet.xsl}} {{output-format}} {{document.xml}}`
`xmlto -x {{stylesheet.xsl}} {{output_format}} {{document.xml}}`

View file

@ -11,7 +11,7 @@
`icalBuddy uncompletedTasks`
- Show a formated list separated by calendar for all events today:
- Show a formatted list separated by calendar for all events today:
`icalBuddy -f -sc eventsToday`
@ -21,4 +21,4 @@
- Show events in a time range:
`icalBuddy eventsFrom:'{{start date}}' to:'{{end date}}'`
`icalBuddy eventsFrom:'{{start_date}}' to:'{{end_date}}'`

View file

@ -9,19 +9,19 @@
- Upload a local file:
`azcopy copy '{{path/to/source/file}}' 'https://{{storage-account-name}}.blob.core.windows.net/{{container-name}}/{{blob-name}}'`
`azcopy copy '{{path/to/source/file}}' 'https://{{storage_account_name}}.blob.core.windows.net/{{container_name}}/{{blob_name}}'`
- Upload files with `.txt` and `.jpg` extensions:
`azcopy copy '{{path/to/source}}' 'https://{{storage-account-name}}.blob.core.windows.net/{{container-name}}' --include-pattern '{{*.txt;*.jpg}}'`
`azcopy copy '{{path/to/source}}' 'https://{{storage_account_name}}.blob.core.windows.net/{{container_name}}' --include-pattern '{{*.txt;*.jpg}}'`
- Copy a container directly between two Azure storage accounts:
`azcopy copy 'https://{{source-storage-account-name}}.blob.core.windows.net/{{container-name}}' 'https://{{destination-storage-account-name}}.blob.core.windows.net/{{container-name}}'`
`azcopy copy 'https://{{source_storage_account_name}}.blob.core.windows.net/{{container_name}}' 'https://{{destination_storage_account_name}}.blob.core.windows.net/{{container_name}}'`
- Synchronize a local directory and delete files in the destination if they no longer exist in the source:
`azcopy sync '{{path/to/source}}' 'https://{{storage-account-name}}.blob.core.windows.net/{{container-name}}' --recursive --delete-destination=true`
`azcopy sync '{{path/to/source}}' 'https://{{storage_account_name}}.blob.core.windows.net/{{container_name}}' --recursive --delete-destination=true`
- Display detailed usage information: