From adf2bc762dabc312c942c77afe16e0cbac94c25a Mon Sep 17 00:00:00 2001 From: Valerie Date: Sun, 20 Feb 2022 22:47:08 -0500 Subject: [PATCH] updated description to better reflect what open is --- README.md | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]