summaryrefslogtreecommitdiff
path: root/src/uptime.c
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-18 14:44:12 +0900
committer諏訪子 <suwako@076.moe>2024-06-18 14:50:37 +0900
commit45597e432f9c683b91ed6f424ad70d96a537fb83 (patch)
tree88d79d63b73ada991148f65d97e842a315d8766d /src/uptime.c
parent794dffcfe2204a6b7d92072e7af54e6e058dcbe9 (diff)
Linux: CPUの表示の追加
Diffstat (limited to 'src/uptime.c')
-rw-r--r--src/uptime.c2
1 files changed, 1 insertions, 1 deletions
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;
}