change -s to -k; after cscope kernel mode

This commit is contained in:
anon 2025-01-12 22:04:51 +01:00
parent a7a235dfdd
commit d26ade3ee5

View File

@ -73,7 +73,7 @@ signed main(const int argc, const char * const argv[]) {
for (; file_index < argc; file_index++) {
if (argv[file_index][0] != '-') { break; }
if (!strcmp(argv[file_index], "-s")) {
if (!strcmp(argv[file_index], "-k")) {
is_no_system = true;
}
}