From 50d4103a40ec512eca7502b7da035395f167a696 Mon Sep 17 00:00:00 2001 From: illiliti Date: Mon, 7 Sep 2020 09:50:28 +0300 Subject: [PATCH] minor change --- docs/tinyramfs.8 | 4 ++-- docs/tinyramfs.8.scd | 2 +- tinyramfs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tinyramfs.8 b/docs/tinyramfs.8 index 4a3f4ed..8349331 100644 --- a/docs/tinyramfs.8 +++ b/docs/tinyramfs.8 @@ -5,7 +5,7 @@ .nh .ad l .\" Begin generated content: -.TH "tinyramfs" "8" "2020-09-04" +.TH "tinyramfs" "8" "2020-09-07" .P .SH NAME .P @@ -13,7 +13,7 @@ Tinyramfs - tiny initramfs written in POSIX shell .P .SH SYNOPSIS .P -\fBtinyramfs\fR [-df] [-o output] [-c config] [-m dir] [-s dir] [-k ver] [-H dir] +\fBtinyramfs\fR [option .\&.\&.\&] .P .SH DESCRIPTION .P diff --git a/docs/tinyramfs.8.scd b/docs/tinyramfs.8.scd index 0782e8b..47b1c2c 100644 --- a/docs/tinyramfs.8.scd +++ b/docs/tinyramfs.8.scd @@ -6,7 +6,7 @@ Tinyramfs - tiny initramfs written in POSIX shell # SYNOPSIS -*tinyramfs* [-df] [-o output] [-c config] [-m dir] [-s dir] [-k ver] [-H dir] +*tinyramfs* [option ...] # DESCRIPTION diff --git a/tinyramfs b/tinyramfs index ff83b8b..95c7f05 100755 --- a/tinyramfs +++ b/tinyramfs @@ -19,7 +19,7 @@ panic() usage() { cat << EOF -usage: ${0##*/} [option...] +usage: ${0##*/} [option ...] -o, --output set initramfs output path default is /boot/initramfs-$(uname -r)