summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--status_ctl.c (renamed from status_update.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c3109a8..08e767c 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ level and date in "%F %R" format to standard out.
To compile the status and controller programs, run
```
cc -g -lrt status.c -o status
-cc -g -lrt status_update.c -o status_ctl
+cc -g -lrt status_ctl.c -o status_ctl
```
diff --git a/status_update.c b/status_ctl.c
index e4abda8..e4abda8 100644
--- a/status_update.c
+++ b/status_ctl.c