2016-07-21 Fred Gleason <fredg@paravelsystems.com>

* Added a 'header' command to rdclilogedit(1).
This commit is contained in:
Fred Gleason
2016-07-21 17:46:55 -04:00
parent 93538cc483
commit 5ac5d8e60c
4 changed files with 42 additions and 2 deletions

View File

@@ -189,6 +189,11 @@ void MainObject::DispatchCommand(QString cmd)
processed=true;
}
if(verb=="header") {
Header();
processed=true;
}
if(verb=="list") {
List();
processed=true;