Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3374 → Rev 3375

/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
49,7 → 49,7
 
static char *cmdname = "mkdir";
 
static struct option long_options[] = {
static struct option const long_options[] = {
{"parents", no_argument, 0, 'p'},
{"verbose", no_argument, 0, 'v'},
{"mode", required_argument, 0, 'm'},
/trunk/uspace/app/bdsh/cmds/modules/cat/cat.c
48,7 → 48,7
 
static char *cat_oops = "That option is not yet supported\n";
 
static struct option long_options[] = {
static struct option const long_options[] = {
{ "help", no_argument, 0, 'h' },
{ "version", no_argument, 0, 'v' },
{ "head", required_argument, 0, 'H' },
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.c
48,7 → 48,7
 
static rm_job_t rm;
 
static struct option long_options[] = {
static struct option const long_options[] = {
{ "help", no_argument, 0, 'h' },
{ "version", no_argument, 0, 'v' },
{ "recursive", no_argument, 0, 'r' },