https://bugzilla.samba.org/show_bug.cgi?id=6915
Summary: Reject passing an argument to an option that doesn't take one Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P3 Component: core AssignedTo: way...@samba.org ReportedBy: m...@mattmccutchen.net QAContact: rsync...@samba.org Rsync should reject an attempt to pass an argument to a command-line option that doesn't take an argument. For example, this incorrect attempt to disable --perms should be rejected: $ rsync -a --perms=off ... Currently it works just like --perms. The above example was seen on the rsnapshot list: http://sourceforge.net/mailarchive/message.php?msg_name=op.u3o0ozeqijpzuf%40arch.che.intra.net -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html