diff options
author | Eric Bélanger <snowmaniscool@gmail.com> | 2012-10-24 22:05:42 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-10-25 02:49:18 +0200 |
commit | 7603456d8ff5a2634a542f1c88bdea60f98cee47 (patch) | |
tree | 00e024f8d3d500cf6f620f3244a376b3b1ee6875 | |
parent | 616ce3f20a1f17ffb0ae5824ad1e44dc88c3da07 (diff) | |
download | mkinitcpio-7603456d8ff5a2634a542f1c88bdea60f98cee47.tar.gz mkinitcpio-7603456d8ff5a2634a542f1c88bdea60f98cee47.tar.xz |
man-pages: Add entry for -V/--version option
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
-rw-r--r-- | lsinitcpio.1.txt | 3 | ||||
-rw-r--r-- | mkinitcpio.8.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lsinitcpio.1.txt b/lsinitcpio.1.txt index d1ffeb7..1e9252f 100644 --- a/lsinitcpio.1.txt +++ b/lsinitcpio.1.txt @@ -42,6 +42,9 @@ Options *-n, \--nocolor*:: Disable color output. +*-V, \--version*:: + Display version information. + *-v, \--verbose*:: Be more verbose. In particular, show long style output when listing the contents of an image, and show files as they are extracted when diff --git a/mkinitcpio.8.txt b/mkinitcpio.8.txt index f7c22ce..555e925 100644 --- a/mkinitcpio.8.txt +++ b/mkinitcpio.8.txt @@ -79,6 +79,9 @@ Options must exist. The 'TMPDIR' environment variable is also honored to set this location, but the command line option will take precedence. +*-V, \--version*:: + Display version information. + *-v, \--verbose*:: Verbose output. Outputs more information about what's happening during creation of the ramdisk. |