diff options
Diffstat (limited to 'toys/pending/ftpget.c')
-rw-r--r-- | toys/pending/ftpget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/ftpget.c b/toys/pending/ftpget.c index 2a81a34a..a1447139 100644 --- a/toys/pending/ftpget.c +++ b/toys/pending/ftpget.c @@ -6,7 +6,7 @@ * No Standard. * USE_FTPGET(NEWTOY(ftpget, "<2cvu:p:P#<0=21>65535", TOYFLAG_BIN)) -USE_FTPGET(OLDTOY(ftpput,ftpget, "<2vu:p:P#<0=21>65535", TOYFLAG_BIN)) +USE_FTPGET(OLDTOY(ftpput, ftpget, TOYFLAG_BIN)) config FTPGET bool "ftpget/ftpput" |