]> Nishi Git Mirror - dataworks.git/commitdiff
fix indent
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Fri, 7 Jun 2024 10:06:29 +0000 (10:06 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Fri, 7 Jun 2024 10:06:29 +0000 (10:06 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@183 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

Client/client.c
PKGBUILD
increment-PKGBUILD

index 30662e69e076f27d3ccf1517a0cb1e0ee728a1b0..5a6dda7d25066f2cbb64b2415965cfd155f78785 100644 (file)
@@ -100,12 +100,12 @@ 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-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]);
index b4e2d0fadce9f61e857c34bca2e0343715a01a4e..1a15fd2d209a5d75235f60c33c12ac0b963c7e87 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgver='0.1.0'
 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() {
index a45fd52cc5891570d6299fab38643103c3955474..7273c0fa8c522b7eed7762a353d46f7768e9b6f2 100644 (file)
@@ -1 +1 @@
-24
+25