1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-09-15 11:36:16 +00:00

Merge pull request #2444 from remilauzier/master

nohup: Fix a clippy warning
This commit is contained in:
Sylvestre Ledru 2021-06-21 14:11:38 +02:00 committed by GitHub
commit 9d5957f095
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,8 +89,8 @@ impl Config {
signal, signal,
duration, duration,
preserve_status, preserve_status,
command,
verbose, verbose,
command,
} }
} }
} }