mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
Made changes suggested by agnivade.
This commit is contained in:
parent
12417b34b8
commit
7a1992c4c1
1 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
||||||
# fish
|
# fish
|
||||||
|
|
||||||
> A command-line shell designed to be user firendly.
|
> Friendly Interactive SHell
|
||||||
|
> A command-line interpreter designed to be user firendly.
|
||||||
|
|
||||||
- Start interactive shell:
|
- Start interactive shell:
|
||||||
|
|
||||||
|
@ -21,7 +22,3 @@
|
||||||
- Display version information and exit:
|
- Display version information and exit:
|
||||||
|
|
||||||
`fish --version`
|
`fish --version`
|
||||||
|
|
||||||
- Enable debug information (ranges from 0 to 128):
|
|
||||||
|
|
||||||
`fish --debug-stack-frames={{NUMBER}}`
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue