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-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");
- printf("\t-NL --nolog Do not show the log\n");
- printf("\t-q --quiet Same with -NC -NB -NL\n");
- printf("\t-f --file [path] Run the [path] as the script file\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");
+ printf("\t-NL --nolog Do not show the log\n");
+ printf("\t-q --quiet Same with -NC -NB -NL\n");
+ printf("\t-f --file [path] Run the [path] as the script file\n");
return 0;
} else {
fprintf(stderr, "%s: %s: invalid option\n", argv[0], argv[i]);
pkgdesc='Database System'
arch=('i686' 'x86_64')
license=('BSD')
-pkgrel='23'
+pkgrel='24'
makedepends=('byacc')
-source=('dataworks::svn+http://sw.nishi.boats/svn/nishi-dataworks/trunk#revision=182')
+source=('dataworks::svn+http://sw.nishi.boats/svn/nishi-dataworks/trunk#revision=183')
sha256sums=('SKIP')
build() {