Changeset 6484602 in mainline for uspace/app/top/top.c


Ignore:
Timestamp:
2012-04-15T01:19:27Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
94f6df7
Parents:
2d37006
Message:

top: improve help screen and add missing keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/top/top.c

    r2d37006 r6484602  
    398398                                break;
    399399                        case 'h':
     400                        case '?':
    400401                                op_mode = OP_HELP;
    401402                                break;
Note: See TracChangeset for help on using the changeset viewer.