diff options
author | lassulus <lass@aidsballs.de> | 2016-08-02 14:59:58 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-08-02 14:59:58 +0200 |
commit | 35f0b5a22326fa67016a112ab78ffeaf55da4cef (patch) | |
tree | d32771780fc659142be4e182a901a019761aa8ad /krebs | |
parent | def975ffb2c1d955e30f12a92f49789ace8d8eb2 (diff) |
k 3 power-action: fix description
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/3modules/power-action.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/power-action.nix b/krebs/3modules/power-action.nix index 7227f4a9a..bb5b3e521 100644 --- a/krebs/3modules/power-action.nix +++ b/krebs/3modules/power-action.nix @@ -33,7 +33,7 @@ let description = '' check for charging status. null = don't care - true = only if system is charging + true = only if system is charging or unknown false = only if system is discharging ''; }; |