[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    [BusyBox] bug#1216: wrong usage message for tftp
From:       Thomas Dahl <td () baekgaardholding ! dk>
Date:       2001-09-21 1:15:02
[Download RAW message or body]

Package: busybox
Version: 0.60.1

When defining BB_FEATURE_VERBOSE_USAGE in the Config.h file and invoking
the tftp function you are getting the usage text for the 0.60.0 version
of tftp, not 0.60.1.

$ tftp
BusyBox v0.60.1 (2001.09.04-01:36+0000) multi-call binary

Usage: tftp command SOURCE DEST

Transfers a file from/to a tftp server using "octet" mode.

Commands:
          get    Get file from server SOURCE and store to local DEST.
          put    Put local file SOURCE to server DEST.

When naming a server, use the syntax "server:file".

It should have read something like:
$ tftp
BusyBox v0.60.1 (2001.09.04-01:36+0000) multi-call binary

Usage: tftp [options] SERVER

Transfers a file from/to a tftp server using "octet" mode.

options:
-g   Get remote file REMOTE from the server SERVER and
                  store to local file LOCAL.
-p   Put local file LOCAL to server SERVER and store to
                  remote file REMOTE.
        -l LOCAL  Local file.
        -r REMOTE Remote file.


Im using kernel 2.0.36 and libc5.

/Thomas





[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic