| Issue 96: | Use lower case for option strings : ../userspace/ohsm.c | |
| 1 person starred this issue and may be notified of changes. | Back to list |
struct option longopts[] = {
{"Enable", 0, NULL, 'e'},
{"Disable", 0, NULL, 'd'},
{"Get_State", 1, NULL, 'n'},
{"Debug_Ioctl", 1, NULL, 'v'},
{"relocate", 1, NULL, 'r'},
{"Device_Info", 0, NULL, 'i'},
{"Alloc_Policy", 0, NULL, 'a'},
{"Reloc_Policy", 0, NULL, 'p'},
{"Set_Value", 1, NULL, 's'},
{"Get_Value", 1, NULL, 'g'},
{"Device_name", 1, NULL, 'w'},
{"Tierfile", 1, NULL, 'x'},
{"Allocfile", 1, NULL, 'y'},
{"Relocfile", 0, NULL, 'z'},
{"Mntpt", 1, NULL, 'm'},
{"Sam", 0, NULL, 't'},
{"Files", 0, NULL, 'f'},
{"options_rules", 1, NULL, 'o'},
{0,0,0,0}
};
Can we replace all the option strings to lower case. Lets follow some
standards.
Jul 18, 2009
(No comment was entered for this change.)
Summary:
Use lower case for option strings : ../userspace/ohsm.c
Jul 18, 2009
all the option strings are replaced to lower case
Status:
Done
|
Owner: checkout.vineet
Labels: -Type-Defect Type-Other