mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
Output list of uutils functions in a way that busybox's 'runtest' understands
This commit is contained in:
parent
91da25ff2b
commit
c31e36a994
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ fn usage(cmap: &HashMap<&str, fn(Vec<String>)>) {
|
|||
println!("");
|
||||
println!("Usage:");
|
||||
println!(" {} [util [arguments...]", NAME);
|
||||
println!("Utils:");
|
||||
println!("Currently defined functions:");
|
||||
let mut utils: Vec<&str> = cmap.keys().map(|&s| s).collect();
|
||||
utils.sort();
|
||||
for util in utils.iter() {
|
||||
|
|
Loading…
Reference in a new issue