Skip to content

Commit 1d1a847

Browse files
authored
Kscript.kt: Fix whitespace in usage message (#318)
1 parent 9e3f32c commit 1d1a847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/kscript/app/Kscript.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Usage:
3434
$selfName [options] <script> [<script_args>]...
3535
$selfName --clear-cache
3636
37-
The <script> can be a script file (*kts), a script URL, - for stdin, a *.kt source file with a main method, or some kotlin code.
37+
The <script> can be a script file (*kts), a script URL, - for stdin, a *.kt source file with a main method, or some kotlin code.
3838
3939
Use '--clear-cache' to wipe cached script jars and urls
4040

0 commit comments

Comments
 (0)