Home | History | Annotate | Download | only in libinstaller

Lines Matching refs:directory

40     .directory = NULL,
53 {"directory", 1, NULL, 'd'},
83 " --directory -d Directory for installation target\n",
89 /* Actually extlinux can also use -d to provide a directory too... */
91 "Usage: %s [options] directory\n"
100 " --directory -d Directory for installation target\n",
201 opt.directory = optarg;
237 if (!opt.directory)
238 opt.directory = argv[optind++];