> We use lower case letters for global options and upper case letters for 
> compressor specific options.

Sadly, this is not 100% true, there's e.g. the `s` for "small mode" in the [bz2 
compressor](https://sourceware.org/git/?p=bzip2.git;a=blob;f=bzlib.c;h=21786551b60bd37254954ee53220b0fda80da007;hb=HEAD#l1408)
 which is handled by the library itself. So while most of the compressor 
options are handled by us via the respective API calls, in this case it's 
passed directly in the mode string. I'm not sure if this is important enough to 
mention in the docs (once we have them), though.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1507#issuecomment-1263687950
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/1507/c1263687...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to