From d26ade3ee58febf3b9fcd395c85c7cec2d199df0 Mon Sep 17 00:00:00 2001 From: anon Date: Sun, 12 Jan 2025 22:04:51 +0100 Subject: [PATCH] change -s to -k; after cscope kernel mode --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index 1ee45e4..7553b17 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -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; } }