feature: Added sdfsinfo application support (#6494)

* initial version

* various fixes, docs updated

* various style fixes

* added missing copyright

* docs correction

* docs correction

* new split char for bash script

* docs correction

* scrutinizer issue

* newline meh

* doc changes
This commit is contained in:
crcro
2017-04-27 22:54:39 +03:00
committed by Neil Lathwood
parent cdd363f29e
commit 238ca0266b
8 changed files with 316 additions and 0 deletions

View File

@ -115,6 +115,9 @@ function nicecase($item)
case 'opengridscheduler':
return 'Open Grid Scheduler';
case 'sdfsinfo':
return 'SDFS info';
default:
return ucfirst($item);
}