forked from OSchip/llvm-project
Remove "k" as an alias for "kill". It doesn't ask for confirmation and
it's too easy to type by mistake when typing "l" (read: I did this once). llvm-svn: 165340
This commit is contained in:
parent
1fe885614d
commit
675e45c770
|
@ -277,7 +277,6 @@ CommandInterpreter::Initialize ()
|
||||||
if (cmd_obj_sp)
|
if (cmd_obj_sp)
|
||||||
{
|
{
|
||||||
AddAlias ("kill", cmd_obj_sp);
|
AddAlias ("kill", cmd_obj_sp);
|
||||||
AddAlias ("k", cmd_obj_sp);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd_obj_sp = GetCommandSPExact ("process launch", false);
|
cmd_obj_sp = GetCommandSPExact ("process launch", false);
|
||||||
|
|
Loading…
Reference in New Issue