pages/*: reword descriptions without using "a CLI for" etc. (#10437)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Lena
2023-07-16 19:23:40 +02:00
committed by GitHub
parent 232ac605e9
commit 7ca1069d76
136 changed files with 156 additions and 155 deletions

View File

@@ -1,12 +1,12 @@
# lspath
> CLI app to list the contents of the PATH environment variable, with optional paging.
> List the contents of the `PATH` environment variable, with optional paging.
> More information: <https://github.com/clementi/lspath>.
- Print the contents of the system PATH variable, with one element per line:
- Print the contents of the system `PATH` variable, with one element per line:
`lspath`
- Print the current contents of the system PATH variable, with one element per line, with the output paged:
- Print the current contents of the system `PATH` variable, with one element per line, with the output paged:
`lspath --page`