From 45597e432f9c683b91ed6f424ad70d96a537fb83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Tue, 18 Jun 2024 14:44:12 +0900 Subject: =?UTF-8?q?Linux:=20CPU=E3=81=AE=E8=A1=A8=E7=A4=BA=E3=81=AE?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/uptime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uptime.c') diff --git a/src/uptime.c b/src/uptime.c index 8198669..c9f1c8e 100644 --- a/src/uptime.c +++ b/src/uptime.c @@ -9,7 +9,7 @@ void run_uptime_command(const char *command) { FILE *p = popen(command, "r"); if (!p) { - fprintf(stderr, "ホストコマンドを実効に失敗: %s", command); + fprintf(stderr, "起動時間コマンドを実効に失敗: %s", command); return; } -- cgit v1.2.3