Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/networking/nc.c


Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/networking/nc.c

    r2725 r3232  
    5050//usage:
    5151//usage:#if ENABLE_NC_SERVER || ENABLE_NC_EXTRA
    52 //usage:#define NC_OPTIONS_STR "\n\nOptions:"
     52//usage:#define NC_OPTIONS_STR "\n"
    5353//usage:#else
    5454//usage:#define NC_OPTIONS_STR
     
    121121        ** it cannot handle "... -e PROG -prog-opt" */
    122122        while ((opt = getopt(argc, argv,
    123                 "" IF_NC_SERVER("lp:") IF_NC_EXTRA("w:i:f:e:") )) > 0
     123            "" IF_NC_SERVER("lp:") IF_NC_EXTRA("w:i:f:e:") )) > 0
    124124        ) {
    125125            if (ENABLE_NC_SERVER && opt == 'l')
Note: See TracChangeset for help on using the changeset viewer.