abbr: add short/long options (#19601)

This commit is contained in:
Nelson Figueroa
2025-11-25 13:24:03 -08:00
committed by GitHub
parent c348058d83
commit 06d0efb2d5
9 changed files with 27 additions and 27 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
- Afegeix una nova abreviatura:
`abbr --add {{nom_abreviatura}} {{comandament}} {{arguments}}`
`abbr {{[-a|--add]}} {{nom_abreviatura}} {{comandament}} {{arguments}}`
- Canvia el nom d'una abreviatura existent:
@@ -14,8 +14,8 @@
- Esborra una abreviatura existent:
`abbr --erase {{nom_abreviatura}}`
`abbr {{[-e|--erase]}} {{nom_abreviatura}}`
- Importa les abreviatures definides en un altre host per SSH:
`ssh {{nom_host}} abbr --show | source`
`ssh {{nom_host}} abbr {{[-s|--show]}} | source`