Changeset 543 for trunk/src/sh_getopt.c


Ignore:
Timestamp:
Feb 17, 2019, 2:27:24 PM (6 years ago)
Author:
katerina
Message:

Fix for ticket #434 (option to init for alternative root fs).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_getopt.c

    r539 r543  
    291291    HAS_ARG_YES,
    292292    sh_dbCreate},
     293  { N_("init-rootfs"), 
     294    '-',
     295    N_("Build database based on another rootfs"), 
     296    HAS_ARG_YES,
     297    sh_dbIO_init_rootfs},
    293298  { N_("wait-on-check"), 
    294299    'w',
Note: See TracChangeset for help on using the changeset viewer.