From 0b9807d67072a9f35f1e235cd458ebc38cbd8289 Mon Sep 17 00:00:00 2001 From: Andreas Politz Date: Tue, 12 Sep 2017 08:23:03 +0200 Subject: Fix some comments/docu --- server/autobuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/autobuild b/server/autobuild index ff0f0be..a9dfb92 100755 --- a/server/autobuild +++ b/server/autobuild @@ -36,7 +36,7 @@ usage:$(basename "$0") [--help|-n|[-i DIR|-I]] -n Don't do anything, but check if this OS is handled and then print the default installation directory (see -I). - -i DIR Install the program in the given directory + -i DIR Install the program in the given directory. -I Install the program into a default directory, i.e. ~/bin in most cases. @@ -66,7 +66,7 @@ which() return 1 } -# Quote $@ for the shell if possible. +# Quote $@ for the shell. quote() { quoted= -- cgit v1.0