3
0
Fork 0

+ backward-compatibility

small_fixes
kelson42 14 years ago
parent 0e7d87c2c8
commit 53e174aff2

@ -83,7 +83,7 @@ int main(int argc, char **argv) {
if (optind < argc) {
if (action == NONE) {
string actionString = argv[optind++];
if (actionString == "addcontent") {
if (actionString == "addcontent" || actionString == "ADDCONTENT") {
action = ADDCONTENT;
}
} else if (contentPath == NULL) {

Loading…
Cancel
Save