]> Nishi Git Mirror - dataworks.git/commitdiff
forgot to add help for --create
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Fri, 7 Jun 2024 10:07:45 +0000 (10:07 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Fri, 7 Jun 2024 10:07:45 +0000 (10:07 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@184 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

Client/client.c
PKGBUILD
increment-PKGBUILD

index 5a6dda7d25066f2cbb64b2415965cfd155f78785..b27de7c482842c5e7220cf554fbb8e6cdd24dc9a 100644 (file)
@@ -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");
index 1a15fd2d209a5d75235f60c33c12ac0b963c7e87..ccec1f01987aec5c8d7e0a7fb78573b7a102a5b4 100644 (file)
--- 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() {
index 7273c0fa8c522b7eed7762a353d46f7768e9b6f2..6f4247a6255c99f420d1df558d68745592862ff7 100644 (file)
@@ -1 +1 @@
-25
+26