Skip to content

Commit a347b77

Browse files
authored
Update main.rs
1 parent a4ebfae commit a347b77

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

source-code/src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ fn parse_args() -> Result<CommandType> {
4747
let mut mounts = Vec::new();
4848
let mut ports = Vec::new();
4949
let mut api_addr = String::from("127.0.0.1:8080");
50-
let mut pod_cmd = None;
5150
let mut pod_spec = None;
5251

5352
while let Some(arg) = parser.next().into_diagnostic()? {
@@ -137,7 +136,7 @@ fn main() -> Result<()> {
137136
fn print_help() {
138137
println!("hco v0.3 – HackerOS Containers");
139138
println!("Usage:");
140-
println!(" run <name> -i Pagklasipikar [-p host:container] [-v host:path] [-d]");
139+
println!(" run <name> -i 镜像 [-p host:container] [-v host:path] [-d]");
141140
println!(" enter <name>");
142141
println!(" stats <name>");
143142
println!(" stop <name>");

0 commit comments

Comments
 (0)