aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-01-18 14:03:34 +0100
committerGravatar Christian Hesse <mail@eworm.de>2016-01-18 14:03:34 +0100
commit797f040ce0dcfbb3e37548c793eaf2108acaf39e (patch)
treeabae34b678481f34bf65101c696ab7f00039acea /bin
parent132c3a931726e1cf312ca438bc64e7961d7d9c39 (diff)
downloadmkinitcpio-ykfde-797f040ce0dcfbb3e37548c793eaf2108acaf39e.tar.gz
mkinitcpio-ykfde-797f040ce0dcfbb3e37548c793eaf2108acaf39e.tar.zst
update comment about compiler command
Diffstat (limited to 'bin')
-rw-r--r--bin/ykfde-cpio.c2
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>