mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-25 23:00:21 +01:00
2016-07-20 Fred Gleason <fredg@paravelsystems.com>
* Added an 'addcart' command to rdclilogedit(1) in 'utils/rdclilogedit/rdclilogedit.cpp' and 'utils/rdclilogedit/rdclilogedit.h'.
This commit is contained in:
@@ -36,6 +36,14 @@ void MainObject::Help(const QStringList &cmds) const
|
||||
}
|
||||
else {
|
||||
QString verb=cmds[1].lower();
|
||||
if(verb=="addcart") {
|
||||
printf("\n");
|
||||
printf(" addcart <line> <cart-num>\n");
|
||||
printf("\n");
|
||||
printf("Add a new cart event before line <line> using cart <cart-num>.\n");
|
||||
printf("\n");
|
||||
processed=true;
|
||||
}
|
||||
if((verb=="bye")||(verb=="exit")||(verb=="quit")) {
|
||||
printf("\n");
|
||||
printf(" %s\n",(const char *)cmds[1]);
|
||||
|
||||
Reference in New Issue
Block a user