summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Martin <evan.martin@gmail.com>2024-01-08 11:14:42 -0800
committerEvan Martin <evan.martin@gmail.com>2024-01-08 11:14:42 -0800
commit9f8d939d0d653de65b860c9382840ca2db350f8e (patch)
tree554c88859f04efefcc07ae73000c2e85bcb78993
parent738e5641f169d96ac634c9437373a9ce4f1f6c61 (diff)
downloadn2-9f8d939d0d653de65b860c9382840ca2db350f8e.tar.gz
update README to show current output
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index bf1928e..96de9b5 100644
--- a/README.md
+++ b/README.md
@@ -44,8 +44,8 @@ While building, n2 displays build progress like this:
```
[=========================--------- ] 2772/4459 done, 8/930 running
-2s Building foo/bar
-0s Building foo/baz
+Building foo/bar (2s)
+Building foo/baz
```
The progress bar always covers all build steps needed for the targets,
@@ -63,8 +63,8 @@ The bar shows three categories of state:
dependent steps.
The lines below the progress bar show some build steps that are currrently
-running, along with how long they've been running. Their text is controlled by
-the input `build.ninja` file.
+running, along with how long they've been running if it has been a while. Their
+text is controlled by the input `build.ninja` file.
## More reading