Avoid using --lftp Check my older reply.
On Wed, Jan 20, 2021 at 10:20:45AM +0800, Li Ping wrote:
[why] "-l" looks like minus one, be not recommended for use.
Signed-off-by: Li Ping 1477412247@qq.com
sbin/submit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/submit b/sbin/submit index 39cdcf576..51e85f33c 100755 --- a/sbin/submit +++ b/sbin/submit @@ -47,7 +47,7 @@ options = OptionParser.new do |opts| actions << 'connect' end
- opts.on('-l', '--lftp', 'lftp mirror job result') do
- opts.on('-L', '--lftp', 'lftp mirror job result') do actions << 'lftp_result' end
-- 2.23.0