Your message dated Mon, 23 Oct 2006 12:53:11 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#394813: iprint: '-h' and '--help' switches don't work has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: iprint Version: 1.3-7 Severity: normal Manual says: man i | grep -n -A 1 "\-h" 22: i doesn't take any options, but invoking it with one of -h, --help 23- gives help by example. But 'i' parses the help switches as ASCII: % i --help 45 0x2D 055 0b101101 '-' 45 0x2D 055 0b101101 '-' 104 0x68 0150 0b1101000 'h' 101 0x65 0145 0b1100101 'e' 108 0x6C 0154 0b1101100 'l' 112 0x70 0160 0b1110000 'p' % i -h 45 0x2D 055 0b101101 '-' 104 0x68 0150 0b1101000 'h' Hope this helps... -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.16-2-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Versions of packages iprint depends on: ii libc6 2.3.6.ds1-6 GNU C Library: Shared libraries iprint recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Hi, Thanks for your report. On Mon, 2006-10-23 at 05:13 -0400, A. Costa wrote: > man i | grep -n -A 1 "\-h" > 22: i doesn't take any options, but invoking it with one of -h, > --help > 23- gives help by example. ^^^^^^^^^^^^^^^ > But 'i' parses the help switches as ASCII: > > % i --help > 45 0x2D 055 0b101101 '-' > 45 0x2D 055 0b101101 '-' > 104 0x68 0150 0b1101000 'h' > 101 0x65 0145 0b1100101 'e' > 108 0x6C 0154 0b1101100 'l' > 112 0x70 0160 0b1110000 'p' > % i -h > 45 0x2D 055 0b101101 '-' > 104 0x68 0150 0b1101000 'h' This is exactly what is meant. The manpage says that the program doesn't take any options, it indeed doesn't. However, if you specify something (e.g. '--help') it should be pretty clear what happens (hence the "by example"). Thijs
signature.asc
Description: This is a digitally signed message part
--- End Message ---

