1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-14 23:35:24 +02:00

opt, pico, pokego, steamos-factory-reset-config: use imperative mood (#17113)

This commit is contained in:
Managor 2025-07-04 18:22:42 +03:00 committed by GitHub
parent 4987fc0c75
commit ea0b6b1de0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# opt
> Runs optimizations and analyse LLVM source files.
> Run optimizations and analyse LLVM source files.
> More information: <https://llvm.org/docs/CommandGuide/opt.html>.
- Run an optimization or analysis on a bitcode file:

View file

@ -31,6 +31,6 @@
`pico -v {{path/to/file}}`
- Displays all files including those beginning with a period:
- Display all files including those beginning with a period:
`pico -a`

View file

@ -1,6 +1,6 @@
# pokego
> Displays Pokémon sprites in color directly in your terminal.
> Display Pokémon sprites in color directly in your terminal.
> Inspired by Phoney badger's `pokemon-colorscripts` but offers enhanced speed and efficiency.
> More information: <https://github.com/rubiin/pokego>.

View file

@ -1,6 +1,6 @@
# steamos-factory-reset-config
> Generates configuration files required by `steamos-factory-reset`.
> Generate configuration files required by `steamos-factory-reset`.
> This command is typically called internally and not meant to be run manually.
> More information: <https://gitlab.com/users/evlaV/projects>.