From: Glenn L McGrath Date: Fri, 5 Oct 2001 10:11:28 +0000 (-0000) Subject: Remove duplicate tftp -l option help X-Git-Tag: 0_60_2~137 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3550753445939316b00d5dde8e94137ef9c44a71;p=oweals%2Fbusybox.git Remove duplicate tftp -l option help --- 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" \ ) \ diff --git a/usage.h b/usage.h index 9dc7fae56..0d830c9cc 100644 --- a/usage.h +++ b/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" \ ) \