Changeset 30647
- Timestamp:
- Feb 16, 2011, 11:46:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/Ohana/src/opihi/cmd.data/section.c
r29938 r30647 68 68 if ((argc == 1) && (action == NONE)) { 69 69 KapaGetSection (kapa, "*"); 70 gprint (GP_ERR, "USAGE: section name [x y dx dy] [options]\n");70 gprint (GP_ERR, "USAGE: section name [x y dx dy] or [options]\n"); 71 71 gprint (GP_ERR, "OPTIONS: -list : show properties of all sections\n"); 72 72 gprint (GP_ERR, " -up : move section up in display stack\n"); … … 76 76 gprint (GP_ERR, " -imtool (position) : set location of image zoom / status box\n"); 77 77 gprint (GP_ERR, " (position may be: -x, +x, -y, +y, none)\n"); 78 gprint (GP_ERR, " -image : define section upper-right corner so image fills the section\n"); 79 gprint (GP_ERR, " -bg (color) : set background color (see style -c help for color choices)\n"); 80 78 81 return (TRUE); 79 82 } 80 83 84 if ((argc != 2) && (action != NONE)) { 85 gprint (GP_ERR, "can only use dash options without numbers\n"); 86 return (FALSE); 87 } 88 81 89 if (argc == 2) { 82 90 /* select / show section */
Note:
See TracChangeset
for help on using the changeset viewer.
