Skip to content

Commit

Permalink
Fixed edit option alias typo in help module and readme (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
hatelove85911 authored and klaudiosinani committed Aug 5, 2018
1 parent 38d339b commit cbdf90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = `
--star, -s Star/unstar item
--list, -l List items by attributes
--find, -f Search for items
--edit, -t Edit item description
--edit, -e Edit item description
--move, -m Move item between boards
--priority, -p Update priority of task
--archive, -a Display archived items
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ $ tb --help
--star, -s Star/unstar item
--list, -l List items by attributes
--find, -f Search for items
--edit, -t Edit item description
--edit, -e Edit item description
--move, -m Move item between boards
--priority, -p Update priority of task
--archive, -a Display archived items
Expand Down

0 comments on commit cbdf90e

Please sign in to comment.