Re: [PATCH lkp-tests 4/4] sbin/submit: Uppercase the submit option "-l"

20 Jan
2021
20 Jan
'21
3:35 p.m.
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
1545
Age (days ago)
1545
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wu Fengguang