Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3337 → Rev 3338

/branches/shell/uspace/app/bdsh/cmds/modules/rm/rm.c
49,11 → 49,11
static rm_job_t rm;
 
static struct option long_options[] = {
{ "help", no_argument, 0, 'h' },
{ "version", no_argument, 0, 'v' },
{ "recursive", no_argument, 0, 'r' },
{ "force", no_argument, 0, 'f' },
{ "safe", no_argument, 0, 's' },
{ "help", no_argument, 0, 'h' },
{ "version", no_argument, 0, 'v' },
{ "recursive", no_argument, 0, 'r' },
{ "force", no_argument, 0, 'f' },
{ "safe", no_argument, 0, 's' },
{ 0, 0, 0, 0 }
};