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 | |
parent | 1d098cefe242f2c1a6195a27fd92f81412509bde (diff) | |
download | busybox-3550753445939316b00d5dde8e94137ef9c44a71.tar.gz |
Remove duplicate tftp -l option help
-rw-r--r-- | applets/usage.h | 1 | ||||
-rw-r--r-- | include/usage.h | 1 | ||||
-rw-r--r-- | usage.h | 1 |
3 files changed, 0 insertions, 3 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 @@ USAGE_TFTP_GET( \ "\t-g\tGet file.\n" \ ) \ - "\t-l FILE\tTransfer local FILE.\n" \ USAGE_TFTP_PUT( \ "\t-p\tPut file.\n" \ ) \ diff --git a/include/usage.h b/include/usage.h index 9dc7fae56..0d830c9cc 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1631,7 +1631,6 @@ USAGE_TFTP_GET( \ "\t-g\tGet file.\n" \ ) \ - "\t-l FILE\tTransfer local FILE.\n" \ USAGE_TFTP_PUT( \ "\t-p\tPut file.\n" \ ) \ @@ -1631,7 +1631,6 @@ USAGE_TFTP_GET( \ "\t-g\tGet file.\n" \ ) \ - "\t-l FILE\tTransfer local FILE.\n" \ USAGE_TFTP_PUT( \ "\t-p\tPut file.\n" \ ) \ |