From dd123b0fb6af4909aa30940a8dc34661e8b1c420 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 12 Jul 2013 11:37:27 +0200 Subject: ifpps: Consistently list command line options Instead of (more or less) arbitrarily listing the command line options, sort them according to the following rule: - options with required argument, alphabetically by short option - options without argument, alphabetically by short option - common options -v/--version and -h/--help Do this in the short options string, the long options struct, the in-program usage and the man page. Signed-off-by: Tobias Klauser --- ifpps.8 | 10 +++++----- ifpps.c | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ifpps.8 b/ifpps.8 index c151899..60a9385 100644 --- a/ifpps.8 +++ b/ifpps.8 @@ -52,15 +52,12 @@ facilitates creation of gnuplot figures from ifpps time series. .SS -d , --dev Networking device to fetch statistics from, for example eth0, wlan0. .PP -.SS -t