changeset 15:1dfa242b3b38

Fix documentation for icon linking script
author IBBoard <dev@ibboard.co.uk>
date Mon, 19 Mar 2018 19:33:52 +0000
parents 92874671d6e1
children 4b6ab7428895
files link-icon
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/link-icon	Mon Mar 19 19:32:37 2018 +0000
+++ b/link-icon	Mon Mar 19 19:33:52 2018 +0000
@@ -1,8 +1,9 @@
 #! /bin/bash
 
 if [[ $# -ne 4 ]]; then
-	echo "Usage: ${0##*/} source-SOURCE theme old-path new-path" >&2
-	echo "  e.g. ${0##*/} /usr/share/icons/Tango mimetypes/gnome-mime-text-css mimetypes/text-css" >&2
+	echo "Usage: ${0##*/} source_dir theme old-path new-path" >&2
+	echo >&2
+	echo "  e.g. ${0##*/} /usr/share/icons/Tango TangoExtra mimetypes/gnome-mime-text-css mimetypes/text-css" >&2
 	exit 1
 elif [[ ! -d "$1" ]]; then
 	echo "Source SOURCE did not exist" >&2