From 9161d63c25de6a244507ed9686c10f6b5d44c43a Mon Sep 17 00:00:00 2001 From: Pi-Yueh Chuang Date: Thu, 19 Dec 2019 00:08:29 -0500 Subject: [PATCH] modify arch-update header to help displaying battery-upower help Modify the header of arch-update.py so that when using `bumblebee-status -l modules`, the content of arch-update and batter-upower will be separated (i.e., one more blank line between the doc of arch-update and battery-upower). --- bumblebee/modules/arch-update.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bumblebee/modules/arch-update.py b/bumblebee/modules/arch-update.py index 116f0b6..faae680 100644 --- a/bumblebee/modules/arch-update.py +++ b/bumblebee/modules/arch-update.py @@ -1,4 +1,5 @@ -"""Check updates to Arch Linux.""" +"""Check updates to Arch Linux. +""" import subprocess