Change f/full flag to l/long for ls and ps commands (#2283)

* Change `f`/`full` flag to `l`/`long` for `ls` and `ps` commands

* Fix a few more `--full` instances
This commit is contained in:
Joseph T. Lyons
2020-08-01 14:30:45 -04:00
committed by GitHub
parent 4ef15b5f80
commit 9fb6f5cd09
13 changed files with 34 additions and 33 deletions

View File

@ -12,6 +12,6 @@ Displays the last 100 commands.
...
97 │ date
98 │ ls
99 │ ls -fa
99 │ ls -la
─────┴────────────────────────────────────────────────────────────────────────
```