IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 4:50:49 PM (20 years ago)
Author:
eugene
Message:

additional needed book commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/book.c

    r10997 r11053  
    22
    33int book_list (int argc, char **argv);
     4int book_init (int argc, char **argv);
    45int book_create (int argc, char **argv);
    56int book_delete (int argc, char **argv);
     
    1617static Command book_commands[] = {
    1718  {"list",     book_list,     "list books"},
     19  {"init",     book_init,     "initialize a book"},
    1820  {"create",   book_create,   "create a book"},
    1921  {"delete",   book_delete,   "delete a book"},
     
    3638    gprint (GP_ERR, "USAGE: book (command)\n");
    3739    gprint (GP_ERR, "    book list                              : list books\n");
    38     gprint (GP_ERR, "    book create   (book)                   : create book (name)\n");
    39     gprint (GP_ERR, "    book delete   (book)                   : delete book (name)\n");
     40    gprint (GP_ERR, "    book init     (book)                   : removes all pages from book\n");
     41    gprint (GP_ERR, "    book create   (book)                   : create a book\n");
     42    gprint (GP_ERR, "    book delete   (book)                   : delete a book\n");
    4043    gprint (GP_ERR, "    book getbook  (where)                  : get book name\n");
    4144    gprint (GP_ERR, "    book listbook (book)                   : list a book\n");
Note: See TracChangeset for help on using the changeset viewer.