mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
kill: print signals vertically
This commit is contained in:
parent
a75b8a0f67
commit
6e4c9119fb
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ fn print_signal(signal_name_or_value: &str) -> UResult<()> {
|
|||
fn print_signals() {
|
||||
for (idx, signal) in ALL_SIGNALS.iter().enumerate() {
|
||||
if idx > 0 {
|
||||
print!(" ");
|
||||
println!();
|
||||
}
|
||||
print!("{signal}");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue