Fixed spacing in fdbcli status so dashes are aligned
This commit is contained in:
parent
f5381ca2a8
commit
6a44778b45
|
@ -442,7 +442,7 @@ void printStatus(StatusObjectReader statusObj,
|
|||
outputString += "\n Blob granules - enabled";
|
||||
}
|
||||
|
||||
outputString += "\n Encryption at-rest - ";
|
||||
outputString += "\n Encryption at-rest - ";
|
||||
if (statusObjConfig.get("encryption_at_rest_mode", strVal)) {
|
||||
outputString += strVal;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue