From 2df1e9725e9a9757588c87b4a40d0c680505ef41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radovan=20Garab=C3=ADk?= Date: Sun, 21 May 2017 16:06:39 +0200 Subject: [PATCH] update changelog --- debian/changelog | 6 ++++++ grc | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3441969..dbc1b79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grc (1.11.1-1) unstable; urgency=low + + * better error handling if command is not found + + -- Radovan GarabĂ­k Sun, 21 May 2017 16:01:51 +0200 + grc (1.11-1) unstable; urgency=low * clean up directories diff --git a/grc b/grc index 24b1709..fe0738b 100755 --- a/grc +++ b/grc @@ -6,11 +6,11 @@ import os, re, string, sys, getopt, signal def version(): - print ("Generic Colouriser 1.11.1rc") + print ("Generic Colouriser 1.11.1") sys.exit() def help(): - print("""Generic Colouriser 1.11.1rc + print("""Generic Colouriser 1.11.1 grc [options] command [args] Options: -e --stderr redirect stderr. If this option is selected,