diff --git a/README.md b/README.md index 0e46d6d..98061c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # open -A Rust implementation of MacOS's `open` command (`xdg-open`). It's written to be quickly and easily customizable, features separate local and global configs, and a zero-operand command allowing the user to specify how files should be opened differently, and for opening a project, etc. +A Rust reimplementation of `xdg-open` command. It's written to be quickly and easily customizable, features separate local and global configs, and a zero-operand command allowing the user to specify how files should be opened differently, and for opening a project, etc. For example, for diff --git a/src/main.rs b/src/main.rs index 4408e45..a15c4a1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -24,7 +24,7 @@ fn main() { "--help" => { println!("open v0.5.0 Valerie Wolfe -A Linux implementation of the \"open\" command on Mac OS written in Rust and easily configurable. +A Rust reimplementation of \"xdg-open\" configurable with a toml file. USAGE: open [FLAGS] [OPERAND]