Bug 13481

Summary: action ignore instead error for compatibility
Product: Busybox Reporter: v.kalachikhin
Component: Standard ComplianceAssignee: unassigned
Status: NEW ---    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description v.kalachikhin 2021-01-25 11:18:03 UTC
Mostly Busybox `ps w` same as `ps -A w` or `ps -e w` on POSIX systems.
But on Busybox `ps -A w` closed with the error.

I believe that Busybox must ignore -A and -e options on ps command instead raise an error.

Also, I believe that Busybox must ignore unsupported options on commands instead raise an error.