Changeset 13744 for trunk/FACT++/src


Ignore:
Timestamp:
05/16/12 09:03:51 (13 years ago)
Author:
tbretz
Message:
Little improvements to the help text.
File:
1 edited

Legend:

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

    r13731 r13744  
    956956    fprintf(rl_outstream, "   .x file:N .. Execute a script of commands, start at label N\n");
    957957    fprintf(rl_outstream, "   .j N         Forward jump to label N\n");
    958     fprintf(rl_outstream, "   : N          Defines a label\n");
     958    fprintf(rl_outstream, "   : N          Defines a label (N=number)\n");
    959959    fprintf(rl_outstream, "   # comment    Ignored\n");
    960960    fprintf(rl_outstream, "   .q,quit      Quit\n");
Note: See TracChangeset for help on using the changeset viewer.