Skip to content

Commit

Permalink
docs(instructions): change help message
Browse files Browse the repository at this point in the history
Change help message so it shows that `--latest` is `false` by default.
  • Loading branch information
rafaelrinaldi committed Feb 4, 2016
1 parent cf2cb35 commit a4949c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Options:
-h --help Display help and usage details
-l --limit Limit the number of items to display (defaults to 150)
-k --keep-open Wether or not to keep the list open after selecting an item (defaults to false)
--latest Sort the list by submission date
--latest Sort the list by submission date (defaults to false)
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Options:
-h --help Display help and usage details
-l --limit Limit the number of items to display (defaults to 150)
-k --keep-open Wether or not to keep the list open after selecting an item (defaults to false)
--latest Sort the list by submission date
--latest Sort the list by submission date (defaults to false)
`;

const run = argv => hn(argv);
Expand Down

0 comments on commit a4949c3

Please sign in to comment.