File: CmdLineAppMessages.msg

package info (click to toggle)
opensp 1.5.1.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,976 kB
  • ctags: 9,416
  • sloc: cpp: 65,473; ansic: 13,242; sh: 9,762; makefile: 716; perl: 564; yacc: 316
file content (30 lines) | stat: -rw-r--r-- 1,069 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright (c) 1996 James Clark
# See the file COPYING for copying permission.

# CmdLineApp message definitions

=4000
E1+invalidOptionError++invalid option %1
E1+missingOptionArgError++missing argument for option %1
E1+ambiguousOptionError++option %1 is ambiguous
E1+erroneousOptionArgError++option %1 doesn't allow an argument
I1+usage++Usage: %1
I1+usageCont++or: %1
I1+defaultUsage++%1 [OPTION] SYSID...
I1+usageStart++Short options need the same arguments as their long forms.
I2+versionInfo++%1 version %2
E1+unknownBctf++unknown BCTF %1
E1+unknownEncoding++unknown encoding %1
E2+openFileError++cannot open output file %1 (%2)
E2+closeFileError++cannot close output file %1 (%2)
I1+bHelp++Use bctf %1 for output.
I1+eHelp++Use encoding %1 for output.
I1+fHelp++Append error messages to file %1.
I1+vHelp++Display the program version.
I1+hHelp++Show this help text.
+name++NAME
+file++FILE
+noArg++NOTHING
I0+tryHelpOptionForInfo++Try the "--help" option for more information.
+someArg++ARG
I1+undocOption++Undocumented option (check the application's manual).