about summary refs log tree commit diff
path: root/pkgs/build-support/dotnet
diff options
context:
space:
mode:
authorDavid McFarland <corngood@gmail.com>2022-09-26 11:31:33 -0300
committerDavid McFarland <corngood@gmail.com>2022-10-02 16:09:27 -0300
commit0eb6874732bb5eb5eb1525a3034fdf4809855074 (patch)
treeaa3194f29bfe2a2712b7f09242ce12e6d224df9b /pkgs/build-support/dotnet
parentf716d092e257cdbc3811c1b3afa9cade01f6aa5d (diff)
build-dotnet-module: fix fetch-deps usage message
Diffstat (limited to 'pkgs/build-support/dotnet')
-rw-r--r--pkgs/build-support/dotnet/build-dotnet-module/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/dotnet/build-dotnet-module/default.nix b/pkgs/build-support/dotnet/build-dotnet-module/default.nix
index 286c0e87efcf4..1892c6b79306d 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 <output path> [--keep-sources] [--help]"
+                    echo "usage: $0 [--keep-sources] [--help] <output path>"
                     echo "    <output path>   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"