File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ To see tldr pages:
22
22
23
23
- ` tldr <command> ` show examples for this command
24
24
- ` tldr <command> --os=linux ` show page for Linux version of this command
25
- - ` tldr --list ` show all available pages
25
+ - ` tldr --list ` show all pages for current platform
26
+ - ` tldr --list-all ` show all available pages
26
27
- ` tldr --random ` show a page at random
27
28
- ` tldr --random-example ` show a single random example
28
29
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ program.on('--help', function() {
30
30
console . log ( ' $ tldr tar' ) ;
31
31
console . log ( ' $ tldr du --os=linux' ) ;
32
32
console . log ( ' $ tldr --list' ) ;
33
+ console . log ( ' $ tldr --list-all' ) ;
33
34
console . log ( ' $ tldr --random' ) ;
34
35
console . log ( ' $ tldr --random-example' ) ;
35
36
console . log ( '' ) ;
You can’t perform that action at this time.
0 commit comments