File: test_help.out

package info (click to toggle)
libclaw 1.7.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,080 kB
  • sloc: cpp: 13,287; sh: 227; makefile: 8
file content (30 lines) | stat: -rw-r--r-- 1,008 bytes parent folder | download | duplicates (8)
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
./ex-application [-b] [-h] [--log-file=file] [--log-level=string] [--string=any_string] more_string...

	-b	Sample boolean argument.
	-h, --help	Print this help screen.
	--log-file	The file to use to store log informations.
	--log-level	Level of log informations:
		error: error messages,
		warning: warning and error messages,
		verbose: all messages.
	--string	Print a string.
Testing error_level:
Testing warning_level:
Testing verbose_level:
'-b' argument is missing.
'--string' argument value is ''
./ex-application [-b] [-h] [--log-file=file] [--log-level=string] [--string=any_string] more_string...

	-b	Sample boolean argument.
	-h, --help	Print this help screen.
	--log-file	The file to use to store log informations.
	--log-level	Level of log informations:
		error: error messages,
		warning: warning and error messages,
		verbose: all messages.
	--string	Print a string.
Testing error_level:
Testing warning_level:
Testing verbose_level:
'-b' argument is missing.
'--string' argument value is ''