diff --git a/pkgs/build-support/dotnet/build-dotnet-module/default.nix b/pkgs/build-support/dotnet/build-dotnet-module/default.nix index 286c0e87efcf..1892c6b79306 100644 --- a/pkgs/build-support/dotnet/build-dotnet-module/default.nix +++ b/pkgs/build-support/dotnet/build-dotnet-module/default.nix @@ -184,7 +184,7 @@ stdenvNoCC.mkDerivation (args // { shift ;; --help|-h) - echo "usage: $0 [--keep-sources] [--help]" + echo "usage: $0 [--keep-sources] [--help] " echo " The path to write the lockfile to. A temporary file is used if this is not set" echo " --keep-sources Dont remove temporary directories upon exit, useful for debugging" echo " --help Show this help message"