From: Martin Mares Date: Sat, 17 Jul 2010 18:02:12 +0000 (+0200) Subject: osd-batt: Mention default values of --warn in the help X-Git-Tag: v1.0~7 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=6b0069005ee1fc055a16983d675dc13db38170af;p=osdd.git osd-batt: Mention default values of --warn in the help --- diff --git a/osd-batt.c b/osd-batt.c index 9d7a6ca..df27bce 100644 --- a/osd-batt.c +++ b/osd-batt.c @@ -210,7 +210,7 @@ Usage: osd-batt \n\ \n\ Options:\n\ -c, --check\t\tDisplay status only if battery is low\n\ --w, --warn=\tBattery is low if less than seconds remain\n\ +-w, --warn=\tBattery is low if less than seconds remain (default: 600)\n\ "); exit(1); }