Changeset 13475
- Timestamp:
- May 22, 2007, 12:02:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kapa-mods-2007-05/Ohana/src/opihi/cmd.data/section.c
r13432 r13475 50 50 if ((argc == 1) && (action == NONE)) { 51 51 KapaGetSection (kapa, "*"); 52 gprint (GP_ERR, "USAGE: section name [x y dx dy]\n"); 53 gprint (GP_ERR, "USAGE: section name [-list] [-up] [-down] [-top] [-bottom]\n"); 52 gprint (GP_ERR, "USAGE: section name [x y dx dy] [options]\n"); 53 gprint (GP_ERR, "OPTIONS: -list : show properties of all sections\n"); 54 gprint (GP_ERR, " -up : move section up in display stack\n"); 55 gprint (GP_ERR, " -down : move section down in display stack\n"); 56 gprint (GP_ERR, " -top : move section to top of display stack\n"); 57 gprint (GP_ERR, " -bottom : move section to bottom of display stack\n"); 58 gprint (GP_ERR, " -imtool (position) : set location of image zoom / status box\n"); 59 gprint (GP_ERR, " (position may be: -x, +x, -y, +y, none)\n"); 54 60 return (TRUE); 55 61 }
Note:
See TracChangeset
for help on using the changeset viewer.
