]> arthur.barton.de Git - netdata.git/commit
Command line: Follow IEEE Std 1003.1, 2013 Edition
authorSimon Nagl <simonnagl@aim.com>
Mon, 9 May 2016 22:27:50 +0000 (00:27 +0200)
committerSimon Nagl <simonnagl@aim.com>
Mon, 23 May 2016 09:34:04 +0000 (11:34 +0200)
commita48fb7d4951c2541e713da4b9272db02f1a57abc
tree014a50ef4e74dea8a54f867632074661b7313990
parentd095ec21547be6acf25d1ea707efca0c8cb75d45
Command line: Follow IEEE Std 1003.1, 2013 Edition

Standardize command line options:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html

Make command line options maintainable:
- Use getopts for parsing.
- Define options in a list of structs.
- Compute optstring and help message from the struct.

Changed command line options are marked deprecated. We can remove them in the
next major release.
netdata-installer.sh
src/main.c
src/main.h
src/storage_number.h
system/netdata-init-d.in
system/netdata-openrc.in