diff options
Diffstat (limited to 'install/resume')
-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 } |