diff options
Diffstat (limited to 'networking/tftp.c')
-rw-r--r-- | networking/tftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c index 030c0116e..6be265b4c 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -405,7 +405,7 @@ int tftp_main(int argc, char **argv) | |||
405 | opt_complementary = "" USE_FEATURE_TFTP_GET("g:") USE_FEATURE_TFTP_PUT("p:") | 405 | opt_complementary = "" USE_FEATURE_TFTP_GET("g:") USE_FEATURE_TFTP_PUT("p:") |
406 | USE_GETPUT("?g--p:p--g"); | 406 | USE_GETPUT("?g--p:p--g"); |
407 | 407 | ||
408 | USE_GETPUT(cmd =) getopt32(argc, argv, | 408 | USE_GETPUT(cmd =) getopt32(argv, |
409 | USE_FEATURE_TFTP_GET("g") USE_FEATURE_TFTP_PUT("p") | 409 | USE_FEATURE_TFTP_GET("g") USE_FEATURE_TFTP_PUT("p") |
410 | "l:r:" USE_FEATURE_TFTP_BLOCKSIZE("b:"), | 410 | "l:r:" USE_FEATURE_TFTP_BLOCKSIZE("b:"), |
411 | &localfile, &remotefile | 411 | &localfile, &remotefile |