From bff750bc3b709bd4d9061658f30f89a244470a70 Mon Sep 17 00:00:00 2001
From: Tomas Plesnik <plesnik@ics.muni.cz>
Date: Thu, 2 Feb 2012 06:39:52 +0100
Subject: [PATCH] uprava Examplu

---
 src/warden-client/sh/install.sh   | 2 +-
 src/warden-client/sh/uninstall.sh | 2 +-
 src/warden-client/sh/update.sh    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/warden-client/sh/install.sh b/src/warden-client/sh/install.sh
index 983f933..e4480a3 100755
--- a/src/warden-client/sh/install.sh
+++ b/src/warden-client/sh/install.sh
@@ -47,7 +47,7 @@ usage()
 	echo "-h                        print this help"
 	echo "-V                        print script version number and exit"
 	echo
-	echo "Example: ./`basename $0` -d /opt -u detector -k /etc/ssl/private/client.key -c /etc/ssl/certs/client.pem -a /etc/ssl/certs/tcs-ca-bundle.pem"
+	echo "Example: # ./`basename $0` -d /opt -u detector -k /etc/ssl/private/client.key -c /etc/ssl/certs/client.pem -a /etc/ssl/certs/tcs-ca-bundle.pem"
 	echo
 	echo "Note: You must be root for running this script."
 	echo "      For more information about installation process, see README file (section Installation)."
diff --git a/src/warden-client/sh/uninstall.sh b/src/warden-client/sh/uninstall.sh
index 01424a3..dd4dff2 100755
--- a/src/warden-client/sh/uninstall.sh
+++ b/src/warden-client/sh/uninstall.sh
@@ -43,7 +43,7 @@ usage()
 	echo "-h                        print this help"
 	echo "-V                        print script version number and exit"
 	echo
-	echo "Example: ./`basename $0` -d /opt"
+	echo "Example: # ./`basename $0` -d /opt"
 	echo
 	echo "Note: You must be root for running this script."
 	echo "      For more information about uninstallation process, see README file (section Uninstallation)."
diff --git a/src/warden-client/sh/update.sh b/src/warden-client/sh/update.sh
index 0657c19..76bfbc3 100755
--- a/src/warden-client/sh/update.sh
+++ b/src/warden-client/sh/update.sh
@@ -44,7 +44,7 @@ usage()
 	echo "-h                        print this help"
 	echo "-V                        print script version number and exit"
 	echo
-	echo "Example: ./`basename $0` -d /opt"
+	echo "Example: # ./`basename $0` -d /opt"
 	echo
 	echo "Note: You must be root for running this script."
 	echo "      For more information about update process, see README file (section Update)."
-- 
GitLab