mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
misc bugfixes for alpha.4 (#2953)
* fix lockup when stop during init * Fix incorrect description for registry package remove command * alpha.5 * beta.25 --------- Co-authored-by: Mariusz Kogen <k0gen@pm.me>
This commit is contained in:
@@ -35,7 +35,7 @@ pub fn package_api<C: Context>() -> ParentHandler<C> {
|
||||
"remove",
|
||||
from_fn_async(add::remove_package)
|
||||
.no_display()
|
||||
.with_about("Add package to registry index")
|
||||
.with_about("Remove package from registry index")
|
||||
.with_call_remote::<CliContext>(),
|
||||
)
|
||||
.subcommand(
|
||||
|
||||
Reference in New Issue
Block a user