diff options
author | Christian Hesse <mail@eworm.de> | 2016-01-18 14:03:34 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-01-18 14:03:34 +0100 |
commit | 797f040ce0dcfbb3e37548c793eaf2108acaf39e (patch) | |
tree | abae34b678481f34bf65101c696ab7f00039acea | |
parent | 132c3a931726e1cf312ca438bc64e7961d7d9c39 (diff) | |
download | mkinitcpio-ykfde-797f040ce0dcfbb3e37548c793eaf2108acaf39e.tar.gz mkinitcpio-ykfde-797f040ce0dcfbb3e37548c793eaf2108acaf39e.tar.zst |
update comment about compiler command
-rw-r--r-- | bin/ykfde-cpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ykfde-cpio.c b/bin/ykfde-cpio.c index 2320e67..26f7c99 100644 --- a/bin/ykfde-cpio.c +++ b/bin/ykfde-cpio.c @@ -5,7 +5,7 @@ * of the GNU General Public License, incorporated herein by reference. * * compile with: - * $ gcc -o mkcpio mkcpio.c -larchive + * $ gcc -o ykfde-cpio ykfde-cpio.c -larchive */ #include <dirent.h> |