aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-17 17:41:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-17 17:41:38 +0200
commit85dbe6da9e9c946049a20ab3ab432a1bf14f66a2 (patch)
treeb50c2772ad9ed12c6d0644cd45d7518c00cc820a
parenta9f80b65165d0558245026191a9883230720a22d (diff)
Minor adjustments to intro
-rw-r--r--doc/intro.cli8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/intro.cli b/doc/intro.cli
index b5e839a..e368ec7 100644
--- a/doc/intro.cli
+++ b/doc/intro.cli
@@ -272,7 +272,7 @@ $ cat manifest
name: hello
version: 0.1.0-a.0.z
summary: hello C++ executable
-license: proprietary
+license: other: proprietary
description-file: README.md
url: https://example.org/hello
email: you@example.org
@@ -2041,9 +2041,9 @@ along these lines:
│ ├── libprint-1.0.so
│ ├── libprint.so -> libprint-1.0.so
│ └── pkgconfig/
-│ ├── libformat.shared.pc
-│ ├── libhello.shared.pc
-│ └── libprint.shared.pc
+│ ├── libformat.pc
+│ ├── libhello.pc
+│ └── libprint.pc
└── share/
└── doc/
├── libformat/