Removed a brand name before making public
This commit is contained in:
parent
4d9cbbd413
commit
cbe8b09c64
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user