summaryrefslogtreecommitdiffstats
path: root/reset/reset.h
blob: 766d74c0c8f6a4a516216ed1c5c093b3e3e64c9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * reset.h
 * House of Mozart statistic database reset app (c) 2003 oliver
 *
 * GNU public license *FIXME*
 */

#define VERSION 0.0.1

#define PGHOST "127.0.0.1"
#define PGPORT "5432"
#define PGOPTIONS "\0"
#define PGTTY "\0"
#define DBNAME "houseofmozart"
#define LOGIN "houseofmozart"
#define PWD "M0z4rT"

#define SHORTHELP \
"Not enough or incorrect arguments try -h for help\n"

#define LONGHELP \
"	-h\tprint this help message\n \
	-d\tReset daily stats\n \
	-m\tReset monthly stats\n \
	-a\tReset All stats (month day)\n"