Skip to content

Commit

Permalink
remove solana deploy from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Lykov committed Oct 19, 2022
1 parent f08a68e commit 17629eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/program/src/bpf_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//! version. An example is [`bpf_loader_deprecated`] which requires
//! [`entrypoint_deprecated`].
//!
//! The `solana deploy` and `solana program deploy` CLI commands use the
//! The `solana program deploy` CLI command uses the
//! [upgradeable BPF loader][ubpfl].
//!
//! [`bpf_loader_deprecated`]: crate::bpf_loader_deprecated
Expand Down
2 changes: 1 addition & 1 deletion sdk/program/src/bpf_loader_upgradeable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//! upgradeable programs which still have a functioning authority. For more
//! information refer to the [`loader_upgradeable_instruction`] module.
//!
//! The `solana deploy` and `solana program deploy` CLI commands use the
//! The `solana program deploy` CLI command uses the
//! upgradeable BPF loader. Calling `solana program deploy --final` deploys a
//! program that cannot be upgraded, but it does so by revoking the authority to
//! upgrade, not by using the non-upgradeable loader.
Expand Down

0 comments on commit 17629eb

Please sign in to comment.