Changeset 11947 for trunk/FACT++


Ignore:
Timestamp:
09/02/11 10:09:57 (13 years ago)
Author:
tbretz
Message:
Added two missing endl.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ReadlineColor.cc

    r11326 r11947  
    153153    out << kBold << "   k,keylist    " << kReset << "Dump key bindings" << endl;
    154154    out << kBold << "   a,attrs      " << kReset << "Dump available stream attributes" << endl;
    155     out << kBold << "   .! command   " << kReset << "Execute a shell command";
    156     out << kBold << "   .w n         " << kReset << "Sleep n milliseconds";
     155    out << kBold << "   .! command   " << kReset << "Execute a shell command" << endl;
     156    out << kBold << "   .w n         " << kReset << "Sleep n milliseconds" << endl;
    157157    out << kBold << "   .x filename  " << kReset << "Execute a script of commands" << endl;
    158158    out << kBold << "   .q,quit      " << kReset << "Quit" << endl;
Note: See TracChangeset for help on using the changeset viewer.