change -s to -k; after cscope kernel mode
This commit is contained in:
parent
a7a235dfdd
commit
d26ade3ee5
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user