summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-10-14 09:12:23 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-10-14 09:12:28 +0200
commit57950548dbc8f7cb8df7968e061889bf15ff349c (patch)
tree77b54027a148d32058912f9a13ec83815bfe2c1c /src/cli.rs
parent71a54205d7a4052a29eef852a01371dccfce6c08 (diff)
Rename: yabos -> butido
Because, after some google-fu, I noticed that "yabos" is indeed not a very good or even decent name for a piece of software. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 47ebbc9..92538d1 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -5,7 +5,7 @@ use clap::crate_authors;
use clap::crate_version;
pub fn cli<'a>() -> App<'a> {
- App::new("yabos")
+ App::new("butido")
.author(crate_authors!())
.version(crate_version!())
.about("Generic Build Orchestration System for building linux packages with docker")