[][src]Macro uucore::msg_wrong_number_of_arguments

macro_rules! msg_wrong_number_of_arguments {
    () => { ... };
    ($min:expr, $max:expr) => { ... };
    ($exact:expr) => { ... };
}