1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Program name fixed

This commit is contained in:
Alexander Fomin 2014-06-21 16:49:11 +04:00
parent 9c6d85a4ae
commit 428c6ea7b5

View file

@ -169,7 +169,7 @@ pub fn uumain(args: Vec<String>) -> int {
}
fn version() {
println!("uusync (uutils) 1.0.0");
println!("sync (uutils) 1.0.0");
println!("The MIT License");
println!("");
println!("Author -- Alexander Fomin.");