summaryrefslogtreecommitdiffstats
path: root/db_demo/reset.h
blob: 51dd0e00444a1149910770d0152b42ee16588bb5 (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 "matchblox.schinagl.nl"
#define PGPORT "5432"
#define PGOPTIONS "\0"
#define PGTTY "\0"
#define DBNAME "2iv55"
#define LOGIN "2iv55"
#define PWD "uhtfiwwp"

#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"