Re: [Qemu-devel] [PATCH v3 8/10] qemu-binfmt-conf.sh: refactor usage()

2019-03-10 Thread Laurent Vivier
On 06/03/2019 05:53, Unai Martinez-Corral wrote: > Reorder how the options are presented to the user. Move 'systemd' > and 'debian' to the end, so that the latter is close to the additional > comments and example commands about it. Make the order in the prototype > consistent with the list where ea

[Qemu-devel] [PATCH v3 8/10] qemu-binfmt-conf.sh: refactor usage()

2019-03-05 Thread Unai Martinez-Corral
Reorder how the options are presented to the user. Move 'systemd' and 'debian' to the end, so that the latter is close to the additional comments and example commands about it. Make the order in the prototype consistent with the list where each option is explained. Signed-off-by: Unai Martinez-Cor