Merge pull request #1161 from rajasec/updateresource
Small correction in update resource file usage
This commit is contained in:
commit
843bab90bc
|
@ -25,7 +25,7 @@ accepted format is as follow (unchanged values can be omitted):
|
||||||
},
|
},
|
||||||
"blockIO": {
|
"blockIO": {
|
||||||
"blkioWeight": 0
|
"blkioWeight": 0
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Note: if data is to be read from a file or the standard input, all
|
Note: if data is to be read from a file or the standard input, all
|
||||||
|
|
|
@ -45,7 +45,7 @@ The accepted format is as follow (unchanged values can be omitted):
|
||||||
},
|
},
|
||||||
"blockIO": {
|
"blockIO": {
|
||||||
"blkioWeight": 0
|
"blkioWeight": 0
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Note: if data is to be read from a file or the standard input, all
|
Note: if data is to be read from a file or the standard input, all
|
||||||
|
|
Loading…
Reference in New Issue