Skip to content

Commit

Permalink
feat: change a help description
Browse files Browse the repository at this point in the history
  • Loading branch information
sarowish committed Dec 1, 2022
1 parent ae3ac71 commit f7d4561
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Change `modify channels` help text to `pick channels`

### Fixed
- No longer crashes if no tag is selected when trying to modify channels of a tag.

Expand Down
2 changes: 1 addition & 1 deletion src/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const TAG_DESCRIPTIONS: [&str; TAG_DESCRIPTIONS_LEN] = [
" - Create tag, ",
" - Delete tag, ",
" - Rename tag, ",
" - Modify channels, ",
" - Pick channels, ",
" - Toggle, ",
" - Select all, ",
" - Deselect all",
Expand Down

0 comments on commit f7d4561

Please sign in to comment.