build-dotnet-module: fix fetch-deps usage message

This commit is contained in:
David McFarland 2022-09-26 11:31:33 -03:00
parent f716d092e2
commit 0eb6874732

View File

@ -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"