Skip to content

Commit

Permalink
chore: oops
Browse files Browse the repository at this point in the history
chore: oops
  • Loading branch information
Jabster28 committed Nov 12, 2021
1 parent e56f1e8 commit 83f8427
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "decoreco"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "CC0-1.0"
description = "decode and re-encode big media files to save space"
Expand Down
4 changes: 2 additions & 2 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub fn cli() -> App<'static, 'static> {
#### BASH ####
Append the following to your '~/.bashrc':
source <(kamu completions bash)
source <(decoreco completions bash)
You will need to reload your shell session (or execute the same command in your current one) for changes to take effect.
Expand All @@ -25,7 +25,7 @@ You will need to reload your shell session (or execute the same command in your
Append the following to your '~/.zshrc':
autoload -U +X bashcompinit && bashcompinit
source <(kamu completions bash)
source <(decoreco completions bash)
Please contribute a guide for your favorite shell! "
)
Expand Down

0 comments on commit 83f8427

Please sign in to comment.