ITADN

ptx: g flag should accept only positive non-zero values

#13794OpenDevel08 创建于 22 天前
U - ptxgood first issue
D
Devel08commented
uutils ptx currently accepts a zero -g value, GNU doesn't ### uutils ptx: ``` $ cargo run ptx -g 0 Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s Running `target/debug/coreutils ptx -g 0` ^C ``` ### GNU ptx: ``` $ ptx -g 0 ptx: invalid gap width: ‘0’ ```
0 条评论