Skip to content

Commit 2829af1

Browse files
authored
fix: display command description in CLI for nargo prove (#949)
1 parent c75d0c5 commit 2829af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/nargo/src/cli/prove_cmd.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use crate::{
1717
errors::CliError,
1818
};
1919

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

0 commit comments

Comments
 (0)