Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Honor Single Unix Specification (SUS) by allowing multiple arguments to be grouped behind single - #6

Open
rootkea opened this issue Jun 2, 2019 · 0 comments

Comments

@rootkea
Copy link

rootkea commented Jun 2, 2019

Hello!

As per SUS Utility syntax guideline 5, command-line utility should allow multiple arguments to be grouped behind single - delimiter.

I have yet to come across the *nix utility which doesn't follow this convention. Can we please honor the Single Unix Specification?

$ chkrootkit -qn
Usage: ./chkrootkit [options] [test ...]
Options:
        -h                show this help and exit
        -V                show version information and exit
        -l                show available tests and exit
        -d                debug
        -q                quiet mode
        -x                expert mode
        -r dir            use dir as the root directory
        -p dir1:dir2:dirN path for the external commands used by chkrootkit
        -n                skip NFS mounted dirs
$ chkrootkit -q -n
<False positives>
$ 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant