diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-10-05 10:11:28 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-10-05 10:11:28 +0000 |
commit | 3550753445939316b00d5dde8e94137ef9c44a71 (patch) | |
tree | 4375ba8a9378109eab5380faf1091dc20068f761 /applets | |
parent | 1d098cefe242f2c1a6195a27fd92f81412509bde (diff) | |
download | busybox-w32-3550753445939316b00d5dde8e94137ef9c44a71.tar.gz busybox-w32-3550753445939316b00d5dde8e94137ef9c44a71.tar.bz2 busybox-w32-3550753445939316b00d5dde8e94137ef9c44a71.zip |
Remove duplicate tftp -l option help
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applets/usage.h b/applets/usage.h index 9dc7fae56..0d830c9cc 100644 --- a/applets/usage.h +++ b/applets/usage.h | |||
@@ -1631,7 +1631,6 @@ | |||
1631 | USAGE_TFTP_GET( \ | 1631 | USAGE_TFTP_GET( \ |
1632 | "\t-g\tGet file.\n" \ | 1632 | "\t-g\tGet file.\n" \ |
1633 | ) \ | 1633 | ) \ |
1634 | "\t-l FILE\tTransfer local FILE.\n" \ | ||
1635 | USAGE_TFTP_PUT( \ | 1634 | USAGE_TFTP_PUT( \ |
1636 | "\t-p\tPut file.\n" \ | 1635 | "\t-p\tPut file.\n" \ |
1637 | ) \ | 1636 | ) \ |