mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:06:51 +08:00
autorandr: add short/long options (#21902)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
- Guarda la disposición actual de la pantalla:
|
||||
|
||||
`autorandr --save {{nombre_del_perfil}}`
|
||||
`autorandr {{[-s|--save]}} {{nombre_del_perfil}}`
|
||||
|
||||
- Muestra los perfiles guardados:
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
|
||||
- Carga el primer perfil detectado:
|
||||
|
||||
`autorandr --change`
|
||||
`autorandr {{[-c|--change]}}`
|
||||
|
||||
- Carga un perfil específico:
|
||||
|
||||
`autorandr --load {{nombre_del_perfil}}`
|
||||
`autorandr {{[-l|--load]}} {{nombre_del_perfil}}`
|
||||
|
||||
- Establece el perfil predeterminado:
|
||||
|
||||
`autorandr --default {{nombre_del_perfil}}`
|
||||
`autorandr {{[-d|--default]}} {{nombre_del_perfil}}`
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
- 현재 화면 레이아웃 저장:
|
||||
|
||||
`autorandr --save {{프로필_이름}}`
|
||||
`autorandr {{[-s|--save]}} {{프로필_이름}}`
|
||||
|
||||
- 저장된 프로필 표시:
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
|
||||
- 감지된 첫 번째 프로필 불러오기:
|
||||
|
||||
`autorandr --change`
|
||||
`autorandr {{[-c|--change]}}`
|
||||
|
||||
- 특정 프로필 불러오기:
|
||||
|
||||
`autorandr --load {{프로필_이름}}`
|
||||
`autorandr {{[-l|--load]}} {{프로필_이름}}`
|
||||
|
||||
- 기본 프로필 설정:
|
||||
|
||||
`autorandr --default {{프로필_이름}}`
|
||||
`autorandr {{[-d|--default]}} {{프로필_이름}}`
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
- Salva o layout da tela em uso:
|
||||
|
||||
`autorandr --save {{nome_do_perfil}}`
|
||||
`autorandr {{[-s|--save]}} {{nome_do_perfil}}`
|
||||
|
||||
- Exibe os perfis salvos:
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
|
||||
- Carrega o primeiro perfil detectado:
|
||||
|
||||
`autorandr --change`
|
||||
`autorandr {{[-c|--change]}}`
|
||||
|
||||
- Carrega um perfil específico:
|
||||
|
||||
`autorandr --load {{nome_do_perfil}}`
|
||||
`autorandr {{[-l|--load]}} {{nome_do_perfil}}`
|
||||
|
||||
- Define o perfil padrão:
|
||||
|
||||
`autorandr --default {{nome_do_perfil}}`
|
||||
`autorandr {{[-d|--default]}} {{nome_do_perfil}}`
|
||||
|
||||
Reference in New Issue
Block a user