File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 148
148
"help" :{"desc" :"<CID> print help about data (module) entry" },
149
149
"webhelp" :{"desc" :"<CID> open browser with online help (description) for a data (module) entry" },
150
150
"webapi" :{"desc" :"<CID> open browser with online API for a given module, if exists" },
151
- "guide" :{"desc" :"open cK wiki with user/developer guides" },
151
+ "guide" :{"desc" :"open CK wiki with user/developer guides" },
152
152
"info" :{"desc" :"<CID> print help about module" },
153
153
154
154
"add" :{"desc" :"<CID> add entry" , "for_web" :"yes" },
Original file line number Diff line number Diff line change 35
35
sys .exit (1 )
36
36
37
37
ck .out ('' )
38
- ck .out ('cK version: ' + r .get ('ver_str' ,'' ))
38
+ ck .out ('CK version: ' + r .get ('ver_str' ,'' ))
39
39
40
40
##############################################
41
41
ck .out ('Parsing CK command line ...' )
You can’t perform that action at this time.
0 commit comments