aboutsummaryrefslogtreecommitdiff
path: root/src/nix/ping-store.md
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2021-01-17 17:39:58 +0000
committerGitHub <noreply@github.com>2021-01-17 17:39:58 +0000
commit056498371c54ca2793805a2195174cd5de125256 (patch)
treee28cf95a063189501bdb056bbf73c46e023c16e2 /src/nix/ping-store.md
parent00f99fdfe6ae9d16d938b4276323bbf28c5872ce (diff)
parent1e13c79a9165e99be9fccfec8e442d14bb66aef0 (diff)
Merge pull request #4454 from ryneeverett/ping-store-output-docs
Document expected output of 'nix store ping'.
Diffstat (limited to 'src/nix/ping-store.md')
-rw-r--r--src/nix/ping-store.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix/ping-store.md b/src/nix/ping-store.md
index 322093091..79b108d9c 100644
--- a/src/nix/ping-store.md
+++ b/src/nix/ping-store.md
@@ -27,4 +27,6 @@ argument `--store` *url*) can be accessed. What this means is
dependent on the type of the store. For instance, for an SSH store it
means that Nix can connect to the specified machine.
+When the command succeeds a zero exit code is returned with no output.
+
)""