~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/badargs.ok

  • Committer: Arnold D. Robbins
  • Date: 2010-07-16 10:09:56 UTC
  • Revision ID: git-v1:bc70de7b3302d5a81515b901cae376b8b51d2004
Tags: gawk-3.1.0
Move to gawk-3.1.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
gawk: option requires an argument -- f
2
2
Usage: gawk [POSIX or GNU style options] -f progfile [--] file ...
3
 
        gawk [POSIX or GNU style options] [--] 'program' file ...
 
3
Usage: gawk [POSIX or GNU style options] [--] 'program' file ...
4
4
POSIX options:          GNU long options:
5
5
        -f progfile             --file=progfile
6
6
        -F fs                   --field-separator=fs
9
9
        -W compat               --compat
10
10
        -W copyleft             --copyleft
11
11
        -W copyright            --copyright
 
12
        -W dump-variables[=file]        --dump-variables[=file]
 
13
        -W gen-po               --gen-po
12
14
        -W help                 --help
13
 
        -W lint                 --lint
 
15
        -W lint[=fatal]         --lint[=fatal]
14
16
        -W lint-old             --lint-old
 
17
        -W non-decimal-data     --non-decimal-data
 
18
        -W profile[=file]       --profile[=file]
15
19
        -W posix                --posix
16
20
        -W re-interval          --re-interval
17
21
        -W source=program-text  --source=program-text
19
23
        -W usage                --usage
20
24
        -W version              --version
21
25
 
22
 
To report bugs, see node `Bugs' in `gawk.info', which
23
 
is section `Reporting Problems and Bugs' in the
24
 
printed version.
 
26
To report bugs, see node `Bugs' in `gawk.info', which is
 
27
section `Reporting Problems and Bugs' in the printed version.