autorandr: add short/long options (#21902)

This commit is contained in:
Nelson Figueroa
2026-04-06 03:03:17 -07:00
committed by GitHub
parent faea21e391
commit 19e0d81927
3 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -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}}`
+4 -4
View File
@@ -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]}} {{프로필_이름}}`
+4 -4
View File
@@ -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}}`