]> granicus.if.org Git - strace/commit
count: provide alternative names for sorting options
authorEugene Syromyatnikov <evgsyr@gmail.com>
Tue, 4 Sep 2018 11:22:11 +0000 (13:22 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 6 Aug 2019 13:38:20 +0000 (13:38 +0000)
commit3843af638cd7d0cd0aa46121d45cb52ed23596b0
tree44f3fac56d24ed904589f98a0ad55a698246eae3
parent930cec83b62972f0b94e19fcd10e2f553861cf8a
count: provide alternative names for sorting options

as some might be easier to remember than others.

* count.c (set_sortby): Add aliases for the existing sorting options.
* strace.1.in (.SH OPTIONS) <-S>: Document new aliases.
* tests/strace-S.test: Check new sort keys.

Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
count.c
strace.1.in
tests/strace-S.test