From ac9f9bb3355b0589d1ec1df5f8c8998c575ae2a0 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Tue, 24 Aug 2021 22:04:45 +0200 Subject: [PATCH] rasctl output update --- src/raspberrypi/rasctl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raspberrypi/rasctl.cpp b/src/raspberrypi/rasctl.cpp index cbb0b3fc..7a1862b5 100644 --- a/src/raspberrypi/rasctl.cpp +++ b/src/raspberrypi/rasctl.cpp @@ -237,7 +237,7 @@ void CommandServerInfo(const string& hostname, int port) cout << " Image file support"; } if (features.supports_block_size()) { - cout << " Configurable block size"; + cout << " Block size configurable"; } cout << endl; }