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

Merge pull request #354 from igorshubovych/history-fix

history: fix grammar
This commit is contained in:
Igor Shubovych 2015-12-10 23:38:09 +02:00
commit 07221fb02a

View file

@ -2,10 +2,10 @@
> Command Line history. > Command Line history.
- Display the history list with line number - Display the commands history list with line numbers
`history` `history`
- Clear the history list - Clear the commands history list (only for `bash`)
`history -c` `history -c`