diff options
Diffstat (limited to 'src/uptime.c')
-rw-r--r-- | src/uptime.c | 2 |
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; } |