tuned output;
authorwenzelm
Sun, 06 Nov 2022 12:11:13 +0100
changeset 76468 01109e16cee8
parent 76467 5a9de03e0fa4
child 76469 98cfe33db5a7
tuned output;
src/Pure/Tools/dotnet_setup.scala
--- a/src/Pure/Tools/dotnet_setup.scala	Sun Nov 06 12:07:44 2022 +0100
+++ b/src/Pure/Tools/dotnet_setup.scala	Sun Nov 06 12:11:13 2022 +0100
@@ -162,12 +162,13 @@
 
   Options are:
     -D DIR       target directory (default: """ + default_target_dir.expand + """)
-    -I URL       URL for install script without extension (default: """ + quote(default_install_url) + """)
+    -I URL       URL for install script without extension
+                 (default: """ + quote(default_install_url) + """)
     -V VERSION   version (empty means "latest", default: """ + quote(default_version) + """)
     -f           force fresh installation of specified platforms
     -n           dry run: try download without installation
-    -p PLATFORMS list of platforms as family or formal name, separated by commas
-                 (default: """ + quote(default_platform) + """)
+    -p PLATFORMS comma-separated list of platform specifications,
+                 as family or formal name (default: """ + quote(default_platform) + """)
     -v           verbose
 
   Download the Dotnet / Fsharp platform and configure it as Isabelle component.