diff options
author | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-07-28 15:36:45 -0400 |
---|---|---|
committer | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-07-28 15:36:45 -0400 |
commit | cfe96bd7ce06c3153b036447f9a933f2231a2029 (patch) | |
tree | 991e0e5b2adda907a9305e622fa54f7a401969d5 /src/nix/log.cc | |
parent | d9fb9e9f26e29d9d9001af700deada32ca740cf6 (diff) | |
parent | b8eea7e81af53905be7845dffc6d0a83ea8edc97 (diff) |
Merge branch 'master' of github.com:NixOS/nix into ca-drv
Diffstat (limited to 'src/nix/log.cc')
-rw-r--r-- | src/nix/log.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nix/log.cc b/src/nix/log.cc index 3fe22f6c2..7e10d373a 100644 --- a/src/nix/log.cc +++ b/src/nix/log.cc @@ -18,7 +18,7 @@ struct CmdLog : InstallableCommand return { Example{ "To get the build log of GNU Hello:", - "nix log nixpkgs.hello" + "nix log nixpkgs#hello" }, Example{ "To get the build log of a specific path:", @@ -26,7 +26,7 @@ struct CmdLog : InstallableCommand }, Example{ "To get a build log from a specific binary cache:", - "nix log --store https://cache.nixos.org nixpkgs.hello" + "nix log --store https://cache.nixos.org nixpkgs#hello" }, }; } |