Removed a brand name before making public

This commit is contained in:
Nathan Fisher 2023-01-10 18:32:27 -05:00
parent 4d9cbbd413
commit cbe8b09c64
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Contents
## Introduction
*Shitbox* is inspired by the project [busybox](https://busybox.net/) but with a
much more limited scope. While Busybox aims to be "*The swiss army knife of
embedded linux*" you can think of shitbox as being more like "*The Harbor Freight
embedded linux*" you can think of shitbox as being more like "*The box store
multi tool of embedded linux*".
All joking aside the utilities which are present function mostly as expected and

View File

@ -45,7 +45,7 @@ impl Cmd for Shitbox {
s
};
Command::new(self.name)
.about("The Harbor Freight multitool of embedded Linux")
.about("The box store multitool of embedded Linux")
.version(env!("CARGO_PKG_VERSION"))
.propagate_version(true)
.arg_required_else_help(true)