diff options
author | Teddy Wing | 2021-02-13 23:27:23 +0100 |
---|---|---|
committer | Teddy Wing | 2021-02-13 23:27:23 +0100 |
commit | 082b786758b58b563a2e953aa1638393fe6721fe (patch) | |
tree | 0f34864fe1b9105b9e42ead479afbb570d37b666 | |
parent | b207d273997f8162a08dbd2e8011c2bec4f4041b (diff) | |
download | cl-sysexits-082b786758b58b563a2e953aa1638393fe6721fe.tar.bz2 |
Add system documentation
-rw-r--r-- | sysexits.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysexits.asd b/sysexits.asd index 5c55d40..f56fbb0 100644 --- a/sysexits.asd +++ b/sysexits.asd @@ -1,5 +1,5 @@ (asdf:defsystem sysexits - :description "TODO" + :description "Exit codes defined in sysexits.h" :version "0.1.0" :components ((:module "src" |