Changeset 4deb8b5 in mainline for uspace/app/bdsh/scli.c


Ignore:
Timestamp:
2010-11-14T17:32:18Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a9db9b8
Parents:
d52b0044
Message:

Make bdsh help command more HelenOS-centric.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/scli.c

    rd52b0044 r4deb8b5  
    8989                exit(EXIT_FAILURE);
    9090
    91         printf("Welcome to %s - %s\nType `help' at any time for usage information.\n",
    92                 progname, PACKAGE_STRING);
    93 
    9491        while (!cli_quit) {
    9592                get_input(&usr);
Note: See TracChangeset for help on using the changeset viewer.