From df686f409d06eaac1e8909cbe453f256d56ae14f Mon Sep 17 00:00:00 2001 From: j8takagi Date: Thu, 25 Mar 2010 00:09:17 +0900 Subject: [PATCH] =?utf8?q?casl2=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89?= =?utf8?q?=E4=BD=BF=E3=81=84=E6=96=B9=E3=81=AE=E8=A1=A8=E7=A4=BA=E3=82=92?= =?utf8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/casl2.c | 2 +- test/integration/casl2/opt_h/0.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/casl2.c b/src/casl2.c index 7ec14fa..f66decd 100644 --- a/src/casl2.c +++ b/src/casl2.c @@ -60,7 +60,7 @@ int main(int argc, char *argv[]) WORD beginptr[argc]; char *objfile = NULL; const char *usage = - "Usage: %s [-slLaAtTdh] [-oO] [-M ] [-C ] FILE ...\n"; + "Usage: %s [-slLaAtTdh] [-oO[]] [-M ] [-C ] FILE1[ FILE2 ...]\n"; /* エラーの初期化 */ cerr = malloc_chk(sizeof(CERR), "cerr"); diff --git a/test/integration/casl2/opt_h/0.txt b/test/integration/casl2/opt_h/0.txt index bf6a3cc..b2816e3 100644 --- a/test/integration/casl2/opt_h/0.txt +++ b/test/integration/casl2/opt_h/0.txt @@ -1,2 +1,2 @@ ../../../../casl2 -saltdh ../../../../as/sum_10.casl -Usage: ../../../../casl2 [-slLaAtTdh] [-oO] [-M ] [-C ] FILE ... +Usage: ../../../../casl2 [-slLaAtTdh] [-oO[]] [-M ] [-C ] FILE1[ FILE2 ...] -- 2.18.0