We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ebfae commit a347b77Copy full SHA for a347b77
1 file changed
source-code/src/main.rs
@@ -47,7 +47,6 @@ fn parse_args() -> Result<CommandType> {
47
let mut mounts = Vec::new();
48
let mut ports = Vec::new();
49
let mut api_addr = String::from("127.0.0.1:8080");
50
- let mut pod_cmd = None;
51
let mut pod_spec = None;
52
53
while let Some(arg) = parser.next().into_diagnostic()? {
@@ -137,7 +136,7 @@ fn main() -> Result<()> {
137
136
fn print_help() {
138
println!("hco v0.3 – HackerOS Containers");
139
println!("Usage:");
140
- println!(" run <name> -i Pagklasipikar [-p host:container] [-v host:path] [-d]");
+ println!(" run <name> -i 镜像 [-p host:container] [-v host:path] [-d]");
141
println!(" enter <name>");
142
println!(" stats <name>");
143
println!(" stop <name>");
0 commit comments