diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-14 14:22:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-14 14:22:45 +0200 |
commit | 1fdbf1188a09ed8487ca94f76c775a2f1370fb4f (patch) | |
tree | 0f09c805d0df85ee9357e0572c2796bfe98b3c0e /doc | |
parent | ffc2e7c7cdde7e3026f3466a3607ca992e416474 (diff) |
Update intro to reflect new at-once update in pkg-build
Diffstat (limited to 'doc')
-rw-r--r-- | doc/intro.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/intro.cli b/doc/intro.cli index 2e887ea..782f7f4 100644 --- a/doc/intro.cli +++ b/doc/intro.cli @@ -477,9 +477,9 @@ c++ libhello-1.0.0+1/hello/cxx{hello} ld libhello-1.0.0+1/hello/libso{hello} c++ libhello-1.0.0+1/tests/test/cxx{driver} ld libhello-1.0.0+1/tests/test/exe{driver} -updated libhello 1.0.0+1 c++ hello-1.0.0/cxx{hello} ld hello-1.0.0/exe{hello} +updated libhello 1.0.0+1 updated hello 1.0.0 \ @@ -930,9 +930,9 @@ c++ libhello-1.0.0+1/hello/cxx{hello} ld libhello-1.0.0+1/hello/libso{hello} c++ libhello-1.0.0+1/tests/test/cxx{driver} ld libhello-1.0.0+1/tests/test/exe{driver} -updated libhello 1.0.0+1 c++ ~/work/build2/hello/hello2/cxx{hello} ld hello2-1.0.0/exe{hello} +updated libhello 1.0.0+1 updated hello2 1.0.0 \ |