Commit b71a157
committed
flux-ping: use optparse_get_size_int() for --pad option
Problem: The flux-ping(1) --pad=N option doesn't take an optional
suffix to scale the result, so specification of large pad sizes is
unnecssarily inconvenient.
Use optparse_get_size_int() to access the --pad option argument so
it supports suffixes [kKMG].1 parent 36dc5fc commit b71a157
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
320 | | - | |
321 | | - | |
| 319 | + | |
322 | 320 | | |
323 | 321 | | |
324 | 322 | | |
| |||
0 commit comments