mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-03 06:27:45 +00:00
Fix simple typo in mv.rs
This commit is contained in:
parent
e7685e6fe9
commit
0ed57b3896
1 changed files with 1 additions and 2 deletions
|
@ -165,12 +165,11 @@ pub fn uumain(args: Vec<String>) -> i32 {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn help(usage: &str) {
|
fn help(usage: &str) {
|
||||||
let msg = format!("a0{} {1}\n\n \
|
println!("a0{} {1}\n\n \
|
||||||
Usage: {0} SOURCE DEST\n \
|
Usage: {0} SOURCE DEST\n \
|
||||||
or: {0} SOURCE... DIRECTORY \
|
or: {0} SOURCE... DIRECTORY \
|
||||||
\n\
|
\n\
|
||||||
{2}", NAME, VERSION, usage);
|
{2}", NAME, VERSION, usage);
|
||||||
println!("{}", msg);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn exec(files: &[PathBuf], b: Behaviour) -> i32 {
|
fn exec(files: &[PathBuf], b: Behaviour) -> i32 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue