mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-25 14:43:01 +00:00
make empty strings visible
This commit is contained in:
parent
9ca6b6bfb8
commit
fe83d289f4
@ -35,10 +35,10 @@ help() {
|
|||||||
echo Optional parameters
|
echo Optional parameters
|
||||||
echo
|
echo
|
||||||
echo $'\t'\$1 .. editions directory .. full path or relative to current directory
|
echo $'\t'\$1 .. editions directory .. full path or relative to current directory
|
||||||
echo $'\t'\$2 .. username for signing edits - can be empty like this: ""
|
echo $'\t'\$2 .. username for signing edits - can be empty like this: \"\"
|
||||||
echo $'\t'\$3 .. password - can be empty like this: ""
|
echo $'\t'\$3 .. password - can be empty like this: \"\"
|
||||||
echo $'\t'\$4 .. IP address or HOST name .. defaults to "localhost"
|
echo $'\t'\$4 .. IP address or HOST name .. defaults to: localhost
|
||||||
echo $'\t'\$5 .. PORT .. defaults to 8080
|
echo $'\t'\$5 .. PORT .. defaults to: 8080
|
||||||
echo
|
echo
|
||||||
echo $'\t'-v .. Version
|
echo $'\t'-v .. Version
|
||||||
echo $'\t'-h .. Help
|
echo $'\t'-h .. Help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user