diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2017-09-12 08:23:03 +0200 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2017-09-12 08:23:03 +0200 |
| commit | 0b9807d67072a9f35f1e235cd458ebc38cbd8289 (patch) | |
| tree | 771bb460ef23e08be4d6640b09a298049ac158b0 /server | |
| parent | e779fef9922d78ebfa8d3c0beaa26f9f7002415f (diff) | |
Fix some comments/docu
Diffstat (limited to 'server')
| -rwxr-xr-x | server/autobuild | 4 |
1 files 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= |
