summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-04-13 00:33:50 -0400
committerMatan Kushner <hello@matchai.me>2019-04-13 00:34:56 -0400
commit4ce4899f81de37ab6e9916981c628ea057e429a7 (patch)
tree9b6488ca6266e700729526012f27d2cc006fdb08 /src/main.rs
parent240fb6a02cec721b1ca0d874b7e930b177e7adc3 (diff)
Add fish_prompt
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index f8bc4bcd4..dfd328135 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -13,7 +13,7 @@ use clap::{App, Arg};
fn main() {
let args = App::new("Starship")
- .about("The cross-platform prompt for astronauts. ✨🚀")
+ .about("The cross-shell prompt for astronauts. ✨🚀")
// pull the version number from Cargo.toml
.version(crate_version!())
// pull the authors from Cargo.toml