Skip to content

Commit

Permalink
fix: display command description in CLI for nargo prove (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Mar 6, 2023
1 parent c75d0c5 commit 2829af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nargo/src/cli/prove_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use crate::{
errors::CliError,
};

// Create proof for this program. The proof is returned as a hex encoded string.
/// Create proof for this program. The proof is returned as a hex encoded string.
#[derive(Debug, Clone, Args)]
pub(crate) struct ProveCommand {
/// The name of the proof
Expand Down

0 comments on commit 2829af1

Please sign in to comment.