the :ref:`default suppression specification files
<abipkgdiff_default_supprs_label>` are loaded .
- * ``--linux-kernel-abi-whitelist | --lkaw`` <*path-to-whitelist*>
+ * ``--linux-kernel-abi-whitelist | -w`` <*path-to-whitelist*>
When comparing two Linux kernel RPM packages, this option points
to the white list of names of ELF symbols of functions and
functions and global variables by the Linux Kernel binaries are
compared.
- * ``--lkaw-pkg`` <*path-to-whitelist-package*>
+ * ``--wp`` <*path-to-whitelist-package*>
When comparing two Linux kernel RPM packages, this option points
an RPM package containining several white lists of names of ELF
<< " --no-default-suppression don't load any default "
"suppression specifications\n"
<< " --suppressions|--suppr <path> specify supression specification path\n"
- << " --linux-kernel-abi-whitelist|--lkaw path to a "
+ << " --linux-kernel-abi-whitelist|-w path to a "
"linux kernel abi whitelist\n"
- << " --lkaw-pkg <path> path to a linux kernel abi whitelist package\n"
+ << " --wp <path> path to a linux kernel abi whitelist package\n"
<< " --keep-tmp-files don't erase created temporary files\n"
<< " --dso-only compare shared libraries only\n"
<< " --no-linkage-name do not display linkage names of "
++i;
}
else if (!strcmp(argv[i], "--linux-kernel-abi-whitelist")
- || !strcmp(argv[i], "--lkaw"))
+ || !strcmp(argv[i], "-w"))
{
int j = i + 1;
if (j >= argc)
opts.kabi_whitelist_paths.push_back(argv[j]);
++i;
}
- else if (!strcmp(argv[i], "--lkaw-pkg"))
+ else if (!strcmp(argv[i], "--wp"))
{
int j = i + 1;
if (j >= argc)