From 4d9ab67a7d234e5fcaf6739699cc2d1431326e8f Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 28 Feb 2015 17:58:41 -0500 Subject: [PATCH] Update documentation --- README | 28 ++++++++-------------------- src/options.c | 5 ++--- 2 files changed, 10 insertions(+), 23 deletions(-) diff --git a/README b/README index 197a087..9f508ce 100644 --- a/README +++ b/README @@ -1,37 +1,25 @@ - hvclock + dockbatmon -Dockable analog clock and calendar. +Dockable battery monitor. Project website: - http://www.hugovil.com/en/hvclock + http://www.hugovil.com/dockbatmon This program was tested on the following systems: - "Linux From Scratch 4.0" - "Ubuntu 10.04" - "Ubuntu 10.10" - + "Linux From Scratch" + For recent project news, see the NEWS file. -Building hvclock: ------------------ +Building dockbatmon: +-------------------- For generic installation instructions, see the "INSTALL" file. -If you are building from the subversion repository, first run the "autogen.sh" script. +If you are building from the git repository, first run the "autogen.sh" script. If you are seeing this error message during configure: "Can't find X11 library" it means you are missing some libX11 files. On Debian-based systems, install libX11-dev with this command: apt-get install libX11-dev - - -Running hvclock: ----------------- - -When running under WindowMaker and with recent versions of Linux distributions, -there is an additional window appearing in addition to the dockapp window. -To get rid of this added window, right-click on the title bar and select -"Attributes...", then select "Application Specific" from the drop-down list -and then select "Start Hidden". diff --git a/src/options.c b/src/options.c index b3c6543..14accc0 100644 --- a/src/options.c +++ b/src/options.c @@ -30,9 +30,8 @@ static void DisplayUsage(void) { printf("Usage: %s [OPTIONS]...\n", PACKAGE_NAME); - printf("Dockable analog clock and calendar.\n\n"); - printf - (" -d Display debugging messages.\n"); + printf("Dockable battery monitor.\n\n"); + printf(" -d Display debugging messages.\n"); printf(" -h display this help and exit\n"); printf(" -version display version information"); printf(" and exit\n"); -- 2.20.1