diff options
author | Christian Hesse <mail@eworm.de> | 2016-05-04 21:22:23 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-05-04 21:22:23 +0200 |
commit | 7d93b5bc8c519ad65cce1d19dcaf6bc732868161 (patch) | |
tree | d39a36f66871f481d86902678bb9d0ce2155b0e8 /bin/ykfde-cpio.c | |
parent | 1c02924892b0ee0e325677351667bad799b7a254 (diff) | |
download | mkinitcpio-ykfde-7d93b5bc8c519ad65cce1d19dcaf6bc732868161.tar.gz mkinitcpio-ykfde-7d93b5bc8c519ad65cce1d19dcaf6bc732868161.tar.zst |
update help output
Diffstat (limited to 'bin/ykfde-cpio.c')
-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 d2ec3b6..371198e 100644 --- a/bin/ykfde-cpio.c +++ b/bin/ykfde-cpio.c @@ -93,7 +93,7 @@ int main(int argc, char **argv) { printf("%s: %s v%s (compiled: " __DATE__ ", " __TIME__ ")\n", argv[0], PROGNAME, VERSION); if (help > 0) - fprintf(stderr, "usage: %s [-h] [-V]\n", argv[0]); + fprintf(stderr, "usage: %s [-h|--help] [-V|--version]\n", argv[0]); if (version > 0 || help > 0) return EXIT_SUCCESS; |