1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

lbu: add option placeholders (#15894)

This commit is contained in:
Lena 2025-03-10 16:09:57 +00:00 committed by GitHub
parent e6066a85c5
commit 9070c15a01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,11 +6,11 @@
- Commit changes to persistent storage (only files in `/etc` by default):
`lbu {{ci|commit}}`
`lbu {{[ci|commit]}}`
- List files that would be saved using `commit`:
`lbu {{st|status}}`
`lbu {{[st|status]}}`
- Display changes in tracked files that would be saved using `commit`:
@ -18,19 +18,19 @@
- Include a specific file or directory in the `apk` overlay:
`lbu {{add|inc|include}} {{path/to/file_or_directory}}`
`lbu {{[inc|include]}} {{path/to/file_or_directory}}`
- Exclude a specific file or directory in `/etc` from the `apk` overlay:
`lbu {{ex|exclude|delete}} {{path/to/file_or_directory}}`
`lbu {{[ex|exclude]}} {{path/to/file_or_directory}}`
- Display the list of manually included/excluded files:
`lbu {{inc|include|ex|exclude}} -l`
`lbu {{include|exclude}} -l`
- List backups (previously created overlays):
`lbu {{lb|list-backup}}`
`lbu {{[lb|list-backup]}}`
- Revert to a backup overlay: