printf("Usage: %s [options] database\n", argv[0]);
printf("You can use double-dash or slash for long-format flag, and single-dash or slash for short-foramt flag.\n");
printf("Options:\n");
+ printf("\t-C --create Create the database\n");
printf("\t-V --version Show the version\n");
printf("\t-NC --noclear Do not clear the screen on the startup\n");
printf("\t-NB --nobanner Do not show the banner on the startup\n");
pkgdesc='Database System'
arch=('i686' 'x86_64')
license=('BSD')
-pkgrel='24'
+pkgrel='25'
makedepends=('byacc')
-source=('dataworks::svn+http://sw.nishi.boats/svn/nishi-dataworks/trunk#revision=183')
+source=('dataworks::svn+http://sw.nishi.boats/svn/nishi-dataworks/trunk#revision=184')
sha256sums=('SKIP')
build() {