diff options
author | Thomas Bächler <thomas@archlinux.org> | 2006-07-26 13:55:21 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2006-07-26 13:55:21 +0200 |
commit | dc0580258df9247d12a75d58540c696a808017cd (patch) | |
tree | 4931899abca0371ad196b7b932fdec1954e30a36 /install | |
parent | 29e9662d0f081782368bb3c92dc12e17277e5738 (diff) | |
download | mkinitcpio-dc0580258df9247d12a75d58540c696a808017cd.tar.gz mkinitcpio-dc0580258df9247d12a75d58540c696a808017cd.tar.xz |
fixed resume help message
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@135 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'install')
-rw-r--r-- | install/resume | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/resume b/install/resume index b214b61..cbef453 100644 --- a/install/resume +++ b/install/resume @@ -10,7 +10,7 @@ install () help () { cat<<HELPEOF - This hook initializes support for resuming from Disk - and/or Memory. Supports suspend2 if found. + This hook initializes support for resuming from Disk. + Supports swsusp and suspend2. HELPEOF } |