home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / bin / p205.zip / exesrc / usage.h < prev   
Text File  |  1994-12-18  |  2KB  |  64 lines

  1. /*****************************************************************************/
  2. /*           Copyright (c) 1994 by Jyrki Salmi <jytasa@jyu.fi>             */
  3. /*        You may modify, recompile and distribute this file freely.         */
  4. /*****************************************************************************/
  5.  
  6. U8 *usage =
  7. "P version 2.05.  Copyright (c) 1994 by Jyrki Salmi.  All rights reserved.\n\n"
  8. "Usage: %s [<option> ...] [-] [<file> | <@listfile> ...]\n\n"
  9. "Where <option> can be one of these:\n"
  10. "\n"
  11. " -type {async | pipe | socket}\n"
  12. " -device <name | path>\n"
  13. " -host <address>\n"
  14. " -port <port>\n"
  15. " -server\n"
  16. " -wait <seconds>\n"
  17. " -share\n"
  18. " -handle <handle>\n"
  19. " -loose\n"
  20. " -telnet\n"
  21. " -receive\n"
  22. " -send\n"
  23. " -protocol {xmodem | ymodem | ymodem-g | zmodem}\n"
  24. " -escape {controls | minimal}\n"
  25. " -alternative\n"
  26. " -kilo\n"
  27. " -window <bytes>\n"
  28. " -automatic\n"
  29. " -serial\n"
  30. " -attention <string>\n"
  31. " -commbufs <bytes>\n"
  32. " -comminbuf <bytes>\n"
  33. " -commoutbuf <bytes>\n"
  34. " -filebuf <bytes>\n"
  35. " -speed <bps>\n"
  36. " -mileage\n"
  37. " -options\n"
  38. " -headers\n"
  39. " -frameends\n"
  40. " -note <text>\n"
  41. " -quiet\n"
  42. " -priority <class> <delta>\n"
  43. " -dszlog <path>\n"
  44. " -pause\n"
  45. " -directory <directory>\n"
  46. " -paths\n"
  47. " -create\n"
  48. " -clean\n"
  49. " -touch\n"
  50. " -recursive\n"
  51. " -text\n"
  52. " -resume\n"
  53. " -existing\n"
  54. " -update\n"
  55. " -append\n"
  56. " -replace\n"
  57. " -newer\n"
  58. " -different\n"
  59. " -protect\n"
  60. " -rename\n"
  61. "\n"
  62. "End of usage, see P.DOC for more information.\n"
  63. ;
  64.