From: nishi Date: Fri, 7 Jun 2024 10:07:45 +0000 (+0000) Subject: forgot to add help for --create X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=7a075b24fba62b6284efe51831569dc4cfb87023;p=dataworks.git forgot to add help for --create git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@184 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- diff --git a/Client/client.c b/Client/client.c index 5a6dda7..b27de7c 100644 --- a/Client/client.c +++ b/Client/client.c @@ -100,6 +100,7 @@ int main(int argc, char** argv) { 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"); diff --git a/PKGBUILD b/PKGBUILD index 1a15fd2..ccec1f0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,9 +5,9 @@ pkgver='0.1.0' 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() { diff --git a/increment-PKGBUILD b/increment-PKGBUILD index 7273c0f..6f4247a 100644 --- a/increment-PKGBUILD +++ b/increment-PKGBUILD @@ -1 +1 @@ -25 +26