Skip to content

Commit

Permalink
dapp/seth: fix nix-run example
Browse files Browse the repository at this point in the history
  • Loading branch information
asymmetric committed Apr 13, 2023
1 parent 1d076b3 commit 4424353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dapp/libexec/dapp/dapp---nix-run
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Usage: dapp --nix-run PKG COMMAND...
# Example:
# $ dapp --nix-run go-ethereum geth version
# $ dapp --nix-run go-ethereum version
#
# Runs a command with the binaries from a named Nix package in PATH.

Expand Down
2 changes: 1 addition & 1 deletion src/seth/libexec/seth/seth---nix-run
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Usage: seth --nix-run PKG COMMAND...
# Example:
# $ seth --nix-run go-ethereum geth version
# $ seth --nix-run go-ethereum version
#
# Runs a command with the binaries from a named Nix package in PATH.

Expand Down

0 comments on commit 4424353

Please sign in to comment.