]> granicus.if.org Git - strace/commit
strace.c: sort option arguments alphabetically
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 20 Dec 2017 14:45:55 +0000 (15:45 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 20 Dec 2017 22:58:42 +0000 (22:58 +0000)
commit61c03be59634819f33ebc84006260b819e67a50e
tree5dcbb3623af143e43f4651fc7306d9d965d358d0
parent67c4b41ed0a313b361706264db74de747f410c91
strace.c: sort option arguments alphabetically

Except for the ones that enabled by configure options.

While we are here, let's also change the indentation of while expression
continuation in order to separate it from the following switch clause.

* strace.c (init): Reorder options in getopt() call.
strace.c