rename flat-file to rsync

not a name I like but cannot come up with anything better

https://en.wikipedia.org/wiki/Flat_file_database

the term 'rsync format' seems to be used in a few places
This commit is contained in:
Girish Ramakrishnan
2017-09-30 14:19:17 -07:00
parent f8ac2d4628
commit a93d453963
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
$scope.formats = [
{ name: 'Tarball (zipped)', value: 'tgz' },
{ name: 'Flat file', value: 'flat-file' }
{ name: 'rsync', value: 'rsync' }
];
$scope.planChange = {