diff options
author | merakor <cem@ckyln.com> | 2020-07-24 15:05:42 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-07-24 15:05:42 +0000 |
commit | 11c2db6faab348a62a0101f4495510e7515ee02c (patch) | |
tree | 52813550ae83755f5bc9372a5e54ff70ef2562e7 /bin | |
parent | 94a173d72b73f6e6885e376bad2dec61fb0fa339 (diff) | |
download | cpt-11c2db6faab348a62a0101f4495510e7515ee02c.tar.gz |
fix wrong mention of command or names
FossilOrigin-Name: 70768e375d0435c03ac58cfa8f6920f5bb9af3f99921e843284a1d107e4ecb78
Diffstat (limited to 'bin')
-rw-r--r-- | bin/cpt-readlink.c | 2 | ||||
-rw-r--r-- | bin/cpt-stat.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/cpt-readlink.c b/bin/cpt-readlink.c index cc6c8ff..e7cfe50 100644 --- a/bin/cpt-readlink.c +++ b/bin/cpt-readlink.c @@ -1,4 +1,4 @@ -/* kiss-readlink --- a utility replacement for readlink +/* cpt-readlink --- a utility replacement for readlink * See LICENSE for copyright information. * * This is basically a 'readlink -f' command. diff --git a/bin/cpt-stat.c b/bin/cpt-stat.c index 4380503..584c2df 100644 --- a/bin/cpt-stat.c +++ b/bin/cpt-stat.c @@ -1,4 +1,4 @@ -/* kiss-stat --- a utility for getting the user name of file owner +/* cpt-stat --- a utility for getting the user name of file owner * See LICENSE for copyright information * * The reason this simple tool exists is because 'stat' is not |