From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 02857138202 for ; Mon, 23 Sep 2013 15:30:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C12CE0ADB; Mon, 23 Sep 2013 15:30:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19E06E0AD7 for ; Mon, 23 Sep 2013 15:30:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A8E233ED87 for ; Mon, 23 Sep 2013 15:30:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 462E5E5470 for ; Mon, 23 Sep 2013 15:30:25 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1379946997.921e3ef8ac3cb1dcbb58bc3b6cd00306c5fc5e18.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 921e3ef8ac3cb1dcbb58bc3b6cd00306c5fc5e18 X-VCS-Branch: master Date: Mon, 23 Sep 2013 15:30:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c6502c70-2ac6-4ca5-b7d8-e8af65757424 X-Archives-Hash: 6cddbe1b7734d622a0b7aaf7f730318b commit: 921e3ef8ac3cb1dcbb58bc3b6cd00306c5fc5e18 Author: André Erdmann mailerd de> AuthorDate: Mon Sep 23 14:36:37 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Mon Sep 23 14:36:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=921e3ef8 minor README change --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index 9062f23..f5d33b1 100644 --- a/README +++ b/README @@ -12,6 +12,7 @@ overlay creation. bin/ -- scripts/programs bin/install/ -- variants of the scripts in bin/ for installed versions of roverlay + roverlay/ -- roverlay python modules config/ -- config files @@ -28,12 +29,13 @@ doc/ -- documentation root directory doc/pydoc -- code self-documentation in html, can be created with 'make pydoc' -tests/ -- python modules for testing roverlay -examples/ -- code examples +tests/ -- python modules for testing roverlay +examples/ -- code examples + = Usage instructions = -./roverlay.py [option(s)] [command(s)] +./roverlay.py [option...] [command...] Please see ./roverlay.py --help for all options and doc/rst or doc/html for the full usage documentation, including software/hardware requirements.