From 9f465170fefa87b43e3561bbe89a4aefbf9736de Mon Sep 17 00:00:00 2001 From: arcan1s Date: Tue, 24 Dec 2013 00:44:34 +0400 Subject: [PATCH] Edited readme --- README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d872a31..9a3ee06 100644 --- a/README.md +++ b/README.md @@ -12,21 +12,23 @@ GPLv3 help message ------------ * queued: - queued [ -c /etc/queued.conf ] [ -v | --version ] [ -h | --help ] - Parametrs: - -c PATH - path to configuration file. Default is `/etc/queued.conf` - -v --version - show version and exit - -h --help - show this help and exit - + queued [ -c /etc/queued.conf ] [ -v | --version ] [ -h | --help ] + + Parametrs: + -c PATH - path to configuration file. Default is `/etc/queued.conf` + -v --version - show version and exit + -h --help - show this help and exit + * add_queued: - add_queued [ -c /etc/queued.conf ] [ -p NUM ] [ -u USER ] [ -h | --help ] /path/to/script - Parameters: - -c PATH - path to configuration file. Default is '/etc/queued.conf' - -p NUM - job priority - -u USER - username - -h --help - show this help and exit + add_queued [ -c /etc/queued.conf ] [ -p NUM ] [ -u USER ] [ -h | --help ] /path/to/script + + Parameters: + -c PATH - path to configuration file. Default is '/etc/queued.conf' + -p NUM - job priority + -u USER - username + -h --help - show this help and exit Configuration -------------