Changeset 631ee0c in mainline


Ignore:
Timestamp:
2010-12-25T21:29:55Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0349a10
Parents:
973ef9fc
Message:

Clarify netecho description.

File:
1 edited

Legend:

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

    r973ef9fc r631ee0c  
    3232
    3333/** @file
    34  * Network echo application.
    35  * Answers received packets.
     34 * Network echo server.
     35 *
     36 * Sockets-based server that echoes incomming messages. If stream mode
     37 * is selected, accepts incoming connections.
    3638 */
    3739
     
    5052#include "print_error.h"
    5153
    52 /** Network echo module name. */
    53 #define NAME    "Network Echo"
     54#define NAME "netecho"
    5455
    5556static void echo_print_help(void)
    5657{
    5758        printf(
    58                 "Network Echo aplication\n" \
    59                 "Usage: echo [options]\n" \
     59                "Network echo server\n" \
     60                "Usage: " NAME " [options]\n" \
    6061                "Where options are:\n" \
    6162                "-b backlog | --backlog=size\n" \
Note: See TracChangeset for help on using the changeset viewer.