Changeset 42127 for trunk/Ohana/src/opihi/cmd.data/write_vectors.c
- Timestamp:
- Mar 19, 2022, 8:43:03 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/write_vectors.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/write_vectors.c
r41341 r42127 102 102 if (argc < 3) { 103 103 gprint (GP_ERR, "USAGE: write [options] file vector vector ...\n"); 104 gprint (GP_ERR, "OPTIONS: [-header ] [-append] [-f \"format\"] [-fits NAME] [-csv] [-h,--help]\n");104 gprint (GP_ERR, "OPTIONS: [-header [buf]] [-append] [-f \"format\"] [-fits NAME] [-csv] [-h,--help]\n"); 105 105 return (FALSE); 106 106 } … … 289 289 usage: 290 290 gprint (GP_ERR, "USAGE: write [options] file vector vector ...\n"); 291 gprint (GP_ERR, "OPTIONS: [-header ] [-append] [-f \"format\"] [-fits NAME] [-csv] [-h,--help]\n\n");291 gprint (GP_ERR, "OPTIONS: [-header [buf]] [-append] [-f \"format\"] [-fits NAME] [-csv] [-h,--help]\n\n"); 292 292 293 293 gprint (GP_ERR, "OPTIONS: \n"); 294 gprint (GP_ERR, " -header : add a descriptive header line to ascii or csv output \n");294 gprint (GP_ERR, " -header : add a descriptive header line to ascii or csv output (see below for FITS)\n"); 295 295 gprint (GP_ERR, " -append : write to the end of the existing file\n"); 296 296 gprint (GP_ERR, " -fits NAME : write a fits table (extention name is NAME, column names match vector names)\n");
Note:
See TracChangeset
for help on using the changeset viewer.
