Package: rdiff
Version: 0.9.7-1
Severity: normal

$ rdiff --help
[...]
  -z, --gzip[=LEVEL]        gzip-compress deltas
  -i, --bzip2[=LEVEL]       bzip2-compress deltas

$ rdiff signature file1 sig
$ rdiff -i delta sig file2 delta
rdiff: unknown option: -i
Try `rdiff --help' for more information.
$ rdiff -z delta sig file2 delta
rdiff: unknown option: -z
Try `rdiff --help' for more information.


while --gzip and --bzip2 at least produce an error message:


$ rdiff --gzip delta sig file2 delta
rdiff: ERROR: (rdiff_options) sorry, compression is not really implemented yet
$ rdiff --bzip2 delta sig file2 delta
rdiff: ERROR: (rdiff_options) sorry, compression is not really implemented yet


While these options are not implemented, they should not be
documented under --help, and -i/-z should produce the same error
message as --gzip and --bzip2.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rdiff depends on:
ii  libbz2-1.0              1.0.3-7          high-quality block-sorting file co
ii  libc6                   2.6-5            GNU C Library: Shared libraries
ii  libpopt0                1.10-3           lib for parsing cmdline parameters
ii  librsync1               0.9.7-1          Library which implements the rsync
ii  zlib1g                  1:1.2.3.3.dfsg-5 compression library - runtime

rdiff recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to