diff options
author | Curtis McEnroe | 2018-11-27 19:13:27 -0500 |
---|---|---|
committer | Curtis McEnroe | 2018-11-27 19:13:27 -0500 |
commit | 85ea911b799181e375b1553458853e54ed25f28f (patch) | |
tree | 5e04e7be0a0099a60021c0235f7795be6025b1bf /man.sh | |
parent | d9c47aa94b990e2d2f9e4aeb0c153390808df0d4 (diff) |
Rename project catgirl
This simplifies things.
Diffstat (limited to 'man.sh')
-rw-r--r-- | man.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man.sh b/man.sh index 494eeda..9d686f9 100644 --- a/man.sh +++ b/man.sh @@ -1,2 +1,2 @@ #!/bin/sh -exec mandoc /usr/share/man/man1/chatte.1 | LESSSECURE=1 less +exec mandoc /usr/share/man/man1/catgirl.1 | LESSSECURE=1 less |